Split up router role into multiple roles
This commit is contained in:
parent
51ac8518a2
commit
508b86c9cc
6 changed files with 29 additions and 45 deletions
|
@ -1,10 +1,10 @@
|
|||
== Router Role
|
||||
|
||||
This role is applied on hosts which serve the rule of a SOHO router.
|
||||
The `router` role set is applied on hosts which serve the rule of a SOHO router.
|
||||
|
||||
Features:
|
||||
|
||||
* NAT and basic Firewalling
|
||||
* Recursive DNS with `unbound` (DNSSEC validated)
|
||||
* Local DHCP and DNS with `dnsmasq`
|
||||
* Wireless with `hostapd`
|
||||
* NAT and basic Firewalling (`router`)
|
||||
* Recursive DNS with `unbound` (DNSSEC validated) (`router-dns`)
|
||||
* Local DHCP and local DNS hostname resolution with `dnsmasq` (`router-dhcp`)
|
||||
* Wireless with `hostapd` (`router-wireless-ap`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue