dnscrypt-proxy.toml: move cache above & add comments & min cache TTL 300

This commit is contained in:
Aminda Suomalainen 2019-07-23 16:13:22 +03:00
parent 55050ec0e5
commit 100d9a7433
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 6 additions and 1 deletions

View File

@ -9,6 +9,10 @@ listen_addresses = []
# mikaela.internal / my hosts file
#cloaking_rules = '/etc/dnscrypt-proxy/hosts-mikaela.txt'
# Disable cache in case of another server caching resolver in front of
# DNSCrypt-proxy (Unbound)
cache = true
# When server_names isn't specified the criteria below disabled_server_names
# gets used, if it's specified, this overrides the criteria.
@ -46,8 +50,9 @@ use_syslog = true
cert_refresh_delay = 240
# Shouldn't take that much MEM and I imagine it's subject to TTL anyway.
cache = true
cache_size = 10000
# cache for 5 minutes even if the TTL wass shorter
cache_min_ttl = 300
# Load-balancing
# fastest (first in 2.0.24+)= always fastest, p2 = random between two fastest, ph = random