Skip to content

Commit

Permalink
Fix IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
darkk committed May 4, 2018
1 parent be413c1 commit 288ce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recursor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ hint-file=/usr/share/dns/root.hints
# local-address IP addresses to listen on, separated by spaces or commas. Also accepts ports.
#
#local-address=127.0.0.1
local-address=0.0.0.0
local-address=0.0.0.0, ::

#################################
# local-port port to listen on
Expand Down

0 comments on commit 288ce80

Please sign in to comment.