Simple status page to wake up hosts remotely
Koray Yanik
3f6c392969
Since it does modify state. * Also fixed a bug where ping did sometimes still write to the response. |
||
---|---|---|
bashserv@ef70aa40f9 | ||
static | ||
.gitignore | ||
.gitmodules | ||
handle_404.sh | ||
handle_get.sh | ||
handle_post.sh | ||
handle_requests.sh | ||
README.md | ||
wakeboard |
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 :)