mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
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:
parent
b7017d7c50
commit
9be5b35b32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user