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:
parent
264dc81f03
commit
016cdfcc37
1 changed files with 2 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue