Adding ipv6 localhost to the listen addresses (#1476)

This commit is contained in:
rodeodomino 2019-06-10 12:13:01 -04:00 committed by Jack Ivanov
parent 53755d57e3
commit fa5b86961c

View file

@ -119,7 +119,7 @@ group=nogroup
#except-interface=
# Or which to listen on by address (remember to include 127.0.0.1 if
# you use this.)
listen-address=127.0.0.1,{{ local_service_ipv6 }},{{ local_service_ip }}
listen-address=127.0.0.1,::1,{{ local_service_ipv6 }},{{ local_service_ip }}
# If you want dnsmasq to provide only DNS service on an interface,
# configure it as shown above, and then use the following line to
# disable DHCP and TFTP on it.