mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 19:42:03 +01:00
Enable server-expired in Unbound
This commit is contained in:
parent
70d8e28a56
commit
65f78b41d7
@ -14,7 +14,7 @@ RUN apt-get update; apt-get -qy dist-upgrade; apt-get -qy clean && \
|
|||||||
RUN update-ca-certificates 2> /dev/null || true
|
RUN update-ca-certificates 2> /dev/null || true
|
||||||
|
|
||||||
ENV UNBOUND_GIT_URL https://github.com/NLnetLabs/unbound.git
|
ENV UNBOUND_GIT_URL https://github.com/NLnetLabs/unbound.git
|
||||||
ENV UNBOUND_GIT_REVISION 0a499ec2ee48626aa8f1cda1cd0433f9420547f6
|
ENV UNBOUND_GIT_REVISION 0feee99055786c24205970faacac6ed39835be28
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
|
||||||
|
@ -51,6 +51,8 @@ server:
|
|||||||
do-not-query-localhost: no
|
do-not-query-localhost: no
|
||||||
prefetch: yes
|
prefetch: yes
|
||||||
prefetch-key: yes
|
prefetch-key: yes
|
||||||
|
serve-expired: yes
|
||||||
|
serve-expired-ttl-reset: yes
|
||||||
qname-minimisation: yes
|
qname-minimisation: yes
|
||||||
ratelimit: 1000
|
ratelimit: 1000
|
||||||
rrset-roundrobin: yes
|
rrset-roundrobin: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user