From c4e1b967471db14a83fffa4a444f8bccf6ea070d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 20 Mar 2020 15:09:41 +0100 Subject: [PATCH] Enable serve-stale --- unbound.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/unbound.sh b/unbound.sh index 3588e78..d4fc9d7 100755 --- a/unbound.sh +++ b/unbound.sh @@ -65,6 +65,7 @@ server: serve-expired: yes serve-expired-ttl: 86400 serve-expired-ttl-reset: yes + serve-expired-client-timeout: 1800 access-control: 0.0.0.0/0 allow access-control: ::0/0 allow tls-cert-bundle: "/etc/ssl/certs/ca-certificates.crt"