Skip to content

Commit

Permalink
Correct default config
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Oct 16, 2016
1 parent 05fb6ed commit 732844e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/getdns_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 732844e

Please sign in to comment.