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:
adamluk 2018-04-27 15:29:29 +01:00 committed by Dan Guido
parent cfc985c776
commit 3d9fa7f8c8

View file

@ -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