forked from FF-RGB/ansible
Removed uselessness and enabled Powerdns Recursor to make DNS6
This commit is contained in:
parent
e26836e7a1
commit
9240f4ee64
@ -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
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user