No description
| static | ||
| templates | ||
| dhcp-hosts.dpto2 | ||
| dhcp-opts.dpto2 | ||
| main.py | ||
| new_guest_password.py | ||
| README.md | ||
| sendhup.cpp | ||
| users.dpto2 | ||
| wsgi.py | ||
Smallnet
A very simple UI for managing a small /24 network. More info at this blog post
Sendhup
For security reasons Smallnet delegates the task of reloading the configuration of freeradius and dnsmasq to a small setuid binary.
To compile it, run:
g++ -o sendhup sendhup.cpp
And make it owned by root and setuid like this:
sudo chown root: sendhup
sudo chmod 4755 sendhup