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

Don't include serve-expired twice

This commit is contained in:
Frank Denis 2020-01-27 19:30:21 +01:00
parent 10a60401fc
commit 2110fb899d

@ -51,8 +51,6 @@ server:
do-not-query-localhost: no
prefetch: yes
prefetch-key: yes
serve-expired: yes
serve-expired-ttl-reset: yes
qname-minimisation: yes
rrset-roundrobin: yes
minimal-responses: yes
@ -66,6 +64,7 @@ server:
neg-cache-size: 4M
serve-expired: yes
serve-expired-ttl: 86400
serve-expired-ttl-reset: yes
access-control: 0.0.0.0/0 allow
access-control: ::0/0 allow
tls-cert-bundle: "/etc/ssl/certs/ca-certificates.crt"