dns: also listen on ipv6

This commit is contained in:
Markus 2018-01-18 10:09:24 +01:00
parent a1d6e0c8fd
commit ceffd29bed
1 changed files with 1 additions and 1 deletions

View File

@ -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