aboutsummaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index d98d218..e6cde1e 100644
--- a/config.go
+++ b/config.go
@@ -71,7 +71,7 @@ func newConfig() Config {
"1.0.0.1:853",
}
c.DNS.LogTTLString = "168h"
- c.Resolver.TimeoutString = "5s"
+ c.Resolver.TimeoutString = "2s"
c.Resolver.Protocol = "tcp-tls"
return c
}