Fix #596 - Intelligent Optimal DNS Resolution

This commit is contained in:
Aleksey Dmitrevskiy
2019-02-26 18:19:05 +03:00
parent 71ab95f12f
commit 5bc6d00aa0
4 changed files with 72 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ var config = configuration{
QueryLogEnabled: true,
Ratelimit: 20,
RefuseAny: true,
AllServers: false,
BootstrapDNS: "8.8.8.8:53",
},
UpstreamDNS: defaultDNS,