Simple status page to wake up hosts remotely
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Koray Yanik 3a359ebe28
Update post handler to use less env-vars.
1 year ago
bashserv@a542830791 Use new helper script to parse header fields 1 year ago
static List static leases and dynamic leases separately. 1 year ago
.gitignore Initial commit 1 year ago
.gitmodules Initial commit 1 year ago
README.md Initial commit 1 year ago
handle_get.sh Use new helper script to parse header fields 1 year ago
handle_post.sh Update post handler to use less env-vars. 1 year ago
handle_requests.sh Move refresh to a POST request 1 year ago
wakeboard Made /wol a POST request instead of a GET 1 year ago

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 :)