mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
install dnsmasq by default
This commit is contained in:
parent
cc09adb677
commit
43b67fbc60
1 changed files with 4 additions and 1 deletions
|
@ -103,9 +103,12 @@ dhcpd_enabled: False
|
||||||
named_install: True
|
named_install: True
|
||||||
named_enabled: True
|
named_enabled: True
|
||||||
block_DNS: False
|
block_DNS: False
|
||||||
|
# Captive Portal highly experimental as of July 2018: https://github.com/iiab/iiab/pull/870
|
||||||
|
py_captive_portal_install: True
|
||||||
|
py_captive_portal_enabled: False
|
||||||
|
|
||||||
# dnsmasq
|
# dnsmasq
|
||||||
dnsmasq_install: False
|
dnsmasq_install: True
|
||||||
dnsmasq_enabled: False
|
dnsmasq_enabled: False
|
||||||
|
|
||||||
# Captive Portal highly experimental as of June 2018: https://github.com/iiab/iiab/issues/608
|
# Captive Portal highly experimental as of June 2018: https://github.com/iiab/iiab/issues/608
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue