mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update local_vars_min.yml
This commit is contained in:
parent
a1ea482293
commit
1e10e1daf6
1 changed files with 9 additions and 1 deletions
|
@ -48,7 +48,15 @@ services_externally_visible: True
|
|||
# Make this True if client machines should have access to WAN/Internet:
|
||||
iiab_gateway_enabled: False
|
||||
|
||||
# dnsmasq
|
||||
# dhcpd
|
||||
dhcpd_install: False
|
||||
dhcpd_enabled: False
|
||||
|
||||
# named
|
||||
named_install: False
|
||||
named_enabled: False
|
||||
|
||||
# dnsmasq - handles DHCP and DNS (both above)
|
||||
dnsmasq_install: True
|
||||
dnsmasq_enabled: True
|
||||
|
||||
|
|
Loading…
Reference in a new issue