syntax error

This commit is contained in:
2024-07-22 17:32:21 +02:00
parent 2b0c58291c
commit 99d3e16910

View File

@@ -1,4 +1,4 @@
allow-from = 192.168.1.0/24, 192.168.3.0/24, 172.16.0.0/24, 127.0.0.0/8
local-address += {{ ansible_default_ipv4.address }} {% if wg_local_ip is defined %}, {{ wg_local_ip | ansible.utils.ipaddr('address') }} {% else %}
local-address = {% if wg_local_ip is defined %}, {{ wg_local_ip | ansible.utils.ipaddr('address') }} {% else %} {{ ansible_default_ipv4.address }} {% endif %}
local-port = {{ pdns-recursor-lport | default("53") }}
query-local-address = {{ ansible_default_ipv4.address }} {% if ansible_default_ipv6.address is defined %}, {{ ansible_default_ipv6.address }} {% else %}
query-local-address = {% if ansible_default_ipv6.address is defined %}, {{ ansible_default_ipv6.address }} {% else %} {{ ansible_default_ipv4.address }} {% endif %}