Update go.mod/go.sum
This commit is contained in:
@ -14,12 +14,13 @@ port = 53
|
||||
[resolv]
|
||||
# Domain-specific nameservers configuration, formatting keep compatible with Dnsmasq
|
||||
# Semicolon separate multiple files.
|
||||
resolv-file = "etc/resolv.conf"
|
||||
resolv-file = ""
|
||||
timeout = 5 # 5 seconds
|
||||
# The concurrency interval request upstream recursive server
|
||||
# Match the PR15, https://github.com/kenshinx/godns/pull/15
|
||||
interval = 200 # 200 milliseconds
|
||||
setedns0 = false #Support for larger UDP DNS responses
|
||||
server-list-file = "etc/serverlist.conf"
|
||||
|
||||
[redis]
|
||||
enable = true
|
||||
|
Reference in New Issue
Block a user