mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #2402 from jvonau/dns_null
yaml set the variable wan_nameserver as 'null' without quotes
This commit is contained in:
commit
930052c619
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#IIAB
|
#IIAB
|
||||||
bind-interfaces
|
bind-interfaces
|
||||||
# Wan nameserver if manually set
|
# Wan nameserver if manually set
|
||||||
{% if wan_nameserver != "" %}
|
{% if wan_nameserver is not none %}
|
||||||
no-resolv
|
no-resolv
|
||||||
server={{ wan_nameserver }}
|
server={{ wan_nameserver }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue