mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Update dnscrypt-proxy.toml.j2 (#899)
Updated dnscrypt-proxy.tml with new options: cache_neg_min_ttl and cache_neg_max_ttl
This commit is contained in:
parent
cfc985c776
commit
3d9fa7f8c8
1 changed files with 7 additions and 2 deletions
|
@ -238,9 +238,14 @@ cache_min_ttl = 600
|
|||
cache_max_ttl = 86400
|
||||
|
||||
|
||||
## TTL for negatively cached entries
|
||||
## Minimum TTL for negatively cached entries
|
||||
|
||||
cache_neg_ttl = 60
|
||||
cache_neg_min_ttl = 60
|
||||
|
||||
|
||||
## Maximum TTL for negatively cached entries
|
||||
|
||||
cache_neg_max_ttl = 600
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue