dnscrypt-proxy: use syslog, cert_refresh_delay

I happened to wonder about reload times and think that this is nice to
have visible here.

Syslog is used by default and I am expecting it so it probably won't
hurt being visible.
This commit is contained in:
Aminda Suomalainen 2018-11-29 11:30:28 +02:00
parent b7017d7c50
commit 9be5b35b32
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ require_nolog = true
# China: 114.114.114.114:53 according to the example file.
fallback_resolver = '8.8.4.4:53'
# Ensure syslog
use_syslog = true
# Cert reload time in minutes (see refresh_delay under sources for them)
cert_refresh_delay = 240
# Shouldn't take that much MEM and I imagine it's subject to TTL anyway.
cache = true
cache_size = 10000