Initial commit

This commit is contained in:
2022-02-23 12:38:39 +00:00
commit 0a65725361
10 changed files with 327 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# 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 :)