---
 src/dnsproxy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dnsproxy.c b/src/dnsproxy.c
index f1f7e4c..77a86f7 100644
--- a/src/dnsproxy.c
+++ b/src/dnsproxy.c
@@ -303,7 +303,7 @@ static void refresh_dns_entry(struct cache_entry *entry, 
char *name)
        if (ipv6_resolve == NULL) {
                ipv6_resolve = g_resolv_new(0);
                g_resolv_set_address_family(ipv6_resolve, AF_INET6);
-               g_resolv_add_nameserver(ipv6_resolve, "127.0.0.1", 53, 0);
+               g_resolv_add_nameserver(ipv6_resolve, "::1", 53, 0);
        }
 
        if (entry->ipv4 == NULL) {
-- 
1.7.11.7

_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to