
Send magic packets to your computer without opening ports at your house.
Please expose web application to the internet using reverse proxy.
This application uses websocket to communicate with a client.
go get github.com/kyori19/wol-proxy
wol-proxy server <passphrase> [default mac address]
docker run -p 3000:3000 kyori/wol-proxy server <passphrase> [default mac address]
There's no need to expose a local client to the internet.
-H <address> (--host <address>): Default localhost:3000. Address or domain to your web application.-s (--secure): Default false. Use TLS for websocket connection.go get github.com/kyori19/wol-proxy
wol-proxy client <passphrase> [--host <address>] [--secure]
docker run -p 3000:3000 kyori/wol-proxy client <passphrase> [--host <address>] [--secure]
Open this URL in your browser.
http(s)://<address to your remote server>/<passphrase>/wsl
Content type
Image
Digest
Size
9.2 MB
Last updated
over 5 years ago
docker pull kyori/wol-proxy