mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 23:03:03 +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
|
||||
{% 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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue