|
4 years ago | |
---|---|---|
static | 5 years ago | |
templates | 5 years ago | |
README.md | 4 years ago | |
dhcp-hosts.dpto2 | 6 years ago | |
dhcp-opts.dpto2 | 6 years ago | |
main.py | 5 years ago | |
new_guest_password.py | 6 years ago | |
sendhup.cpp | 5 years ago | |
users.dpto2 | 6 years ago | |
wsgi.py | 6 years ago |
A very simple UI for managing a small /24 network. More info at this blog post
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