This commit is contained in:
shapiro125 2019-05-06 14:21:39 -04:00 committed by GitHub
parent 6b33d09d9f
commit eaad4cba18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,6 +90,9 @@ no-resolv
# server=10.1.2.3@eth1
{% if dns_encryption %}
server={{ local_service_ip }}#5353
{% if ipv6_support -%}
server=FCAA::1#5353
{% endif %}
{% else %}
{% for host in dns_servers.ipv4 %}
server={{ host }}