From 732844eeaa1e3a82b7cb200b333567e81034f7ab Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Sun, 16 Oct 2016 09:46:02 -0500 Subject: [PATCH] Correct default config --- src/tools/getdns_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/getdns_query.c b/src/tools/getdns_query.c index 9ec3beb4..dc148e35 100644 --- a/src/tools/getdns_query.c +++ b/src/tools/getdns_query.c @@ -51,7 +51,7 @@ typedef unsigned short in_port_t; static int i_am_stubby = 0; static const char *default_stubby_config = "{ resolution_type: GETDNS_RESOLUTION_STUB" -", listen_addresses: [ { 127.0.0.1:53 } ]" +", listen_addresses: [ 127.0.0.1@53, 0::1@53 ]" "}"; static int clear_listen_list_on_arg = 0; static int run_in_foreground = 1;