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
a156cb8ddb
commit
44217dccf2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ wireguard_interface: wg0
|
|||
keys_clean_all: false
|
||||
wireguard_dns_servers: >-
|
||||
{% if local_dns|default(false)|bool or dns_encryption|default(false)|bool %}
|
||||
{{ local_service_ip }}
|
||||
{{ local_service_ip }}{{ ", FCAA::1" if ipv6_support else '' }}
|
||||
{% else %}
|
||||
{% for host in dns_servers.ipv4 %}{{ host }}{% if not loop.last %},{% endif %}{% endfor %}{% if ipv6_support %},{% for host in dns_servers.ipv6 %}{{ host }}{% if not loop.last %},{% endif %}{% endfor %}{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue