wol-relay
A Wake-on-LAN relay server written in Rust.
Provides the ability to wake computers in the subnet of the relay server from other subnets.
Technical Details
While WoL messages can be embedded in any payload, its most common form is as a 102 byte UDP packet to port 9, which is what this server is listening for.
If WoL messages do not get picked up by this relay server, make sure they are not using a different port, protocol or format.
Run as binary
Install using cargo:
cargo install wol-relay --features cli
Then, simply running wol-relay will run the relay server.
Use wol-relay --help for configuration options.
Run as docker container
TODO
Run via docker-compose
TODO
Contributions
Contributions are welcome!
I primarily wrote this crate for my own convenience, so any ideas for improvements are greatly appreciated.