We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6084017 commit b6f07efCopy full SHA for b6f07ef
roles/network/templates/network/dnsmasq-iiab
@@ -4,3 +4,6 @@ no-resolv
4
{% if wan_nameserver is not none %}
5
# Wan nameserver if manually set
6
server={{ wan_nameserver }}
7
+{% else %}
8
+server=127.0.0.53
9
+{% endif %}
0 commit comments