aboutsummaryrefslogtreecommitdiff
path: root/tools/dnsmasq-leases-html (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-15various fixes for errors reported by deadnixFranck Cuny1-1/+1
2023-04-06tools/dnsmasq-leases-html: create a HTML page with leases from dnsmasqFranck Cuny4-0/+170
Parse the file that contains all the leases assigned by dnsmasq, and create a static HTML page from it. This can be served by nginx to make it easy to see what IP is assigned to a machine, and which machines are currently on the network.