added DNS resolver option powerdns-recursor

This commit is contained in:
2024-07-22 14:51:30 +02:00
parent 11a60747ed
commit 0dc1871268
7 changed files with 86 additions and 12 deletions

View File

@@ -0,0 +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 | ipaddr('address') }} {% else %}
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 %}