From e6b17ae8e900296e6a981d3808cb41f542a4e27f Mon Sep 17 00:00:00 2001 From: jacobsalmela Date: Sat, 13 Jun 2015 22:02:17 -0500 Subject: [PATCH] Removing IPv6 support for now I'm not fully up on my IPv6, and using the loopback doesn't work for clients anyway as described in the latest commit to gravity.sh --- advanced/dnsmasq.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/advanced/dnsmasq.conf b/advanced/dnsmasq.conf index 68b210e7..4340f83a 100644 --- a/advanced/dnsmasq.conf +++ b/advanced/dnsmasq.conf @@ -4,7 +4,6 @@ no-resolv server=8.8.8.8 server=8.8.4.4 interface=eth0 -listen-address=::1 listen-address=127.0.0.1 cache-size=10000 log-queries \ No newline at end of file