From fa5b86961c5afe734be5c67b7731a6120afb2267 Mon Sep 17 00:00:00 2001 From: rodeodomino <48391143+rodeodomino@users.noreply.github.com> Date: Mon, 10 Jun 2019 12:13:01 -0400 Subject: [PATCH] Adding ipv6 localhost to the listen addresses (#1476) --- roles/dns_adblocking/templates/dnsmasq.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dns_adblocking/templates/dnsmasq.conf.j2 b/roles/dns_adblocking/templates/dnsmasq.conf.j2 index 7460d99..f06c24b 100644 --- a/roles/dns_adblocking/templates/dnsmasq.conf.j2 +++ b/roles/dns_adblocking/templates/dnsmasq.conf.j2 @@ -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.