wake-on-lan-proxy
v0.2.1
Published
Very simple script that proxy TCP traffic to given machine. If the machine is down it sends wake-on-lan packet to turn it on.
Downloads
2
Readme
WOL Proxy
Very simple script that proxy TCP traffic to given machine. If the machine is down it sends wake-on-lan packet to turn it on.
Example
const WOLProxy = require('wake-on-lan-proxy');
(new WOLProxy())
.source(9000)
.target({
port: 80,
host: '192.168.0.10',
mac: '<address mac of target machine>'
})
.run();
Debugging
DEBUG=* node script.js