Adding ipv6 localhost to the listen addresses

This commit is contained in:
rodeodomino 2019-06-09 12:09:56 -04:00 committed by GitHub
parent 53755d57e3
commit b188f917e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.