mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-26 10:23:48 +01:00
Limit serving of expired responses (#42)
This commit is contained in:
parent
4a81823fbc
commit
122b4d7942
@ -64,6 +64,7 @@ server:
|
|||||||
rrset-cache-size: @RR_CACHE_SIZE@
|
rrset-cache-size: @RR_CACHE_SIZE@
|
||||||
neg-cache-size: 4M
|
neg-cache-size: 4M
|
||||||
serve-expired: yes
|
serve-expired: yes
|
||||||
|
serve-expired-ttl: 86400
|
||||||
access-control: 0.0.0.0/0 allow
|
access-control: 0.0.0.0/0 allow
|
||||||
access-control: ::0/0 allow
|
access-control: ::0/0 allow
|
||||||
tls-cert-bundle: "/etc/ssl/certs/ca-certificates.crt"
|
tls-cert-bundle: "/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
Loading…
Reference in New Issue
Block a user