From 0013c1e6553be89ec2171b2cc047dd32ba2fc00c Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 4 Aug 2018 21:53:31 -0400 Subject: [PATCH] Make GoDNS listen on 0.0.0.0 by default --- etc/godns.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/godns.conf b/etc/godns.conf index a64af10..e3174b0 100644 --- a/etc/godns.conf +++ b/etc/godns.conf @@ -8,7 +8,7 @@ Author = "kenshin" Debug = false [server] -host = "127.0.0.1" +host = "0.0.0.0" port = 53 [resolv]