mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Update dnscrypt-proxy cache settings for improved performance and privacy. (#1714)
These values match those recommended by the author of DNSCrypt-proxy See: https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Caching#dns-cache https://00f.net/2019/11/03/stop-using-low-dns-ttls/
This commit is contained in:
parent
3720c5eb1f
commit
027b1b8497
1 changed files with 2 additions and 2 deletions
|
@ -302,12 +302,12 @@ cache = true
|
|||
|
||||
## Cache size
|
||||
|
||||
cache_size = 512
|
||||
cache_size = 4096
|
||||
|
||||
|
||||
## Minimum TTL for cached entries
|
||||
|
||||
cache_min_ttl = 600
|
||||
cache_min_ttl = 2400
|
||||
|
||||
|
||||
## Maximum TTL for cached entries
|
||||
|
|
Loading…
Add table
Reference in a new issue