1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 19:42:03 +01:00

Limit serving of expired responses (#42)

This commit is contained in:
mibere 2019-12-16 19:10:11 +01:00 committed by Frank Denis
parent 4a81823fbc
commit 122b4d7942

@ -64,6 +64,7 @@ server:
rrset-cache-size: @RR_CACHE_SIZE@
neg-cache-size: 4M
serve-expired: yes
serve-expired-ttl: 86400
access-control: 0.0.0.0/0 allow
access-control: ::0/0 allow
tls-cert-bundle: "/etc/ssl/certs/ca-certificates.crt"