From 2110fb899dbc93c464c7515d1226fbc5d549139d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 27 Jan 2020 19:30:21 +0100 Subject: [PATCH] Don't include serve-expired twice --- unbound.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unbound.sh b/unbound.sh index 73321ce..7529a5a 100755 --- a/unbound.sh +++ b/unbound.sh @@ -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"