From 9be5b35b3292c933dbe9195686f206b76502671e Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 29 Nov 2018 11:30:28 +0200 Subject: [PATCH] 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. --- etc/dnscrypt-proxy/dnscrypt-proxy.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/dnscrypt-proxy/dnscrypt-proxy.toml b/etc/dnscrypt-proxy/dnscrypt-proxy.toml index c9b25bb1..083392e2 100644 --- a/etc/dnscrypt-proxy/dnscrypt-proxy.toml +++ b/etc/dnscrypt-proxy/dnscrypt-proxy.toml @@ -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