mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
use bind-dynamic for dnsmasq on RpiOS
This commit is contained in:
parent
b44526cc27
commit
264dc81f03
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
#IIAB
|
||||
{% if is_raspbian is true %}
|
||||
bind-dynamic
|
||||
{% else %}
|
||||
bind-interfaces
|
||||
{% endif %}
|
||||
|
||||
# Wan nameserver if manually set
|
||||
{% if wan_nameserver is not none %}
|
||||
no-resolv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue