Removed uselessness and enabled Powerdns Recursor to make DNS6

This commit is contained in:
Bastian 2018-08-08 22:34:30 +02:00
parent e26836e7a1
commit 9240f4ee64
2 changed files with 8 additions and 1 deletions

View File

@ -16,7 +16,7 @@ local-address=127.0.0.1
# local-ipv6 Local IP address to which we bind
#
# local-ipv6=::
local-ipv6=::
local-ipv6=
#################################
# local-port The port on which we listen

View File

@ -32,6 +32,13 @@ local-address=127.0.0.1,{{ batman_ipv4 | ipaddr('address') }},{{ batman_ipv6 | i
#
local-port=53
#################################
# query-local-address6 Send out local IPv6 queries from this address or addresses. Disabled by default, which also disables outgoing
#
{% if global_ipv6 is defined %}
query-local-address6={{ global_ipv6 | ipaddr('address') }}
{% endif %}
#################################
# quiet Suppress logging of questions and answers
#