Add README
This commit is contained in:
parent
bd8e339051
commit
26f0792d95
1 changed files with 22 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
### Smallnet
|
||||
|
||||
A very simple UI for managing a small /24 network. More info at this [blog post][ateijelo-smallnet]
|
||||
|
||||
#### 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
|
||||
~~~
|
||||
|
||||
And make it owned by root and setuid like this:
|
||||
|
||||
~~~
|
||||
sudo chown root: sendhup
|
||||
sudo chmod 4755 sendhup
|
||||
~~~
|
||||
|
||||
[ateijelo-smallnet]: http://www.ateijelo.com/blog/2016/09/29/smallnet
|
Loading…
Reference in a new issue