Split up router role into multiple roles

This commit is contained in:
Fabian Hauser 2020-05-17 12:04:30 +00:00
parent 51ac8518a2
commit 508b86c9cc
6 changed files with 29 additions and 45 deletions

View file

@ -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`)