1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

use bind-dynamic for dnsmasq on RpiOS - 2

This commit is contained in:
Jerry Vonau 2020-07-23 23:09:01 -05:00
parent 264dc81f03
commit 016cdfcc37

View file

@ -1,12 +1,11 @@
#IIAB
{% if is_raspbian is true %}
{% if is_raspbian %}
bind-dynamic
{% else %}
bind-interfaces
{% endif %}
# Wan nameserver if manually set
{% if wan_nameserver is not none %}
# Wan nameserver if manually set
no-resolv
server={{ wan_nameserver }}
{% endif %}