We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a4df8 commit 8432827Copy full SHA for 8432827
1 file changed
dnscrypt-proxy/xtransport.go
@@ -35,7 +35,7 @@ const (
35
DefaultKeepAlive = 5 * time.Second
36
DefaultTimeout = 30 * time.Second
37
SystemResolverIPTTL = 24 * time.Hour
38
- MinResolverIPTTL = 12 * time.Hour
+ MinResolverIPTTL = 4 * time.Hour
39
ExpiredCachedIPGraceTTL = 15 * time.Minute
40
)
41
0 commit comments