forked from FF-RGB/ansible
dns: also listen on ipv6
This commit is contained in:
parent
a1d6e0c8fd
commit
ceffd29bed
@ -19,7 +19,7 @@ dnssec=off
|
||||
#################################
|
||||
# local-address IP addresses to listen on, separated by spaces or commas. Also accepts ports.
|
||||
#
|
||||
local-address=127.0.0.1,{{ batman_ipv4 | ipaddr('address') }}
|
||||
local-address=127.0.0.1,{{ batman_ipv4 | ipaddr('address') }},{{ batman_ipv6 | ipaddr('address') }}
|
||||
|
||||
#################################
|
||||
# local-port port to listen on
|
||||
|
Loading…
Reference in New Issue
Block a user