Simple status page to wake up hosts remotely
Go to file
Koray Yanik 3f6c392969 Made /wol a POST request instead of a GET
Since it does modify state.

* Also fixed a bug where ping did sometimes still write to the
response.
2022-03-10 23:33:05 +00:00
bashserv@ef70aa40f9 Made /wol a POST request instead of a GET 2022-03-10 23:33:05 +00:00
static Made /wol a POST request instead of a GET 2022-03-10 23:33:05 +00:00
.gitignore Initial commit 2022-02-23 12:38:39 +00:00
.gitmodules Initial commit 2022-02-23 12:38:39 +00:00
README.md Initial commit 2022-02-23 12:38:39 +00:00
handle_404.sh Initial commit 2022-02-23 12:38:39 +00:00
handle_get.sh Made /wol a POST request instead of a GET 2022-03-10 23:33:05 +00:00
handle_post.sh Made /wol a POST request instead of a GET 2022-03-10 23:33:05 +00:00
handle_requests.sh Made /wol a POST request instead of a GET 2022-03-10 23:33:05 +00:00
wakeboard Made /wol a POST request instead of a GET 2022-03-10 23:33:05 +00:00

README.md

Wakeboard

A simple status page to remotely wake up hosts, to use on a DHCP server using dnsmasq. It will read the leases as given out, and display all hosts that are statically configured, uses ping to figure out if they are awake or not, and can send a wake-on-lan packet to awake them.

It is likely full of security holes, so please ensure it is not accessable from an untrusted network :)