mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 16:23:00 +02:00
Add ipv6
This commit is contained in:
parent
6b33d09d9f
commit
eaad4cba18
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ no-resolv
|
||||||
# server=10.1.2.3@eth1
|
# server=10.1.2.3@eth1
|
||||||
{% if dns_encryption %}
|
{% if dns_encryption %}
|
||||||
server={{ local_service_ip }}#5353
|
server={{ local_service_ip }}#5353
|
||||||
|
{% if ipv6_support -%}
|
||||||
|
server=FCAA::1#5353
|
||||||
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% for host in dns_servers.ipv4 %}
|
{% for host in dns_servers.ipv4 %}
|
||||||
server={{ host }}
|
server={{ host }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue