mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-02 20:57:38 +03:00
Reduce SystemResolverIPTTL
This commit is contained in:
parent
8432827e5d
commit
f052e0ccdf
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const (
|
|||
DefaultBootstrapResolver = "9.9.9.9:53"
|
||||
DefaultKeepAlive = 5 * time.Second
|
||||
DefaultTimeout = 30 * time.Second
|
||||
SystemResolverIPTTL = 24 * time.Hour
|
||||
SystemResolverIPTTL = 12 * time.Hour
|
||||
MinResolverIPTTL = 4 * time.Hour
|
||||
ExpiredCachedIPGraceTTL = 15 * time.Minute
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue