From 0e460108c9212cd26fc4aff78d648d0678c0dbc3 Mon Sep 17 00:00:00 2001 From: Wim <11030068+wimb0@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:16:50 +0100 Subject: [PATCH] Update unbound-install.sh --- install/unbound-install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install/unbound-install.sh b/install/unbound-install.sh index 88d6dd81..6870c3e2 100644 --- a/install/unbound-install.sh +++ b/install/unbound-install.sh @@ -53,7 +53,6 @@ server: infra-cache-slabs: 8 key-cache-slabs: 8 serve-expired: yes - root-hints: /var/lib/unbound/root.hints serve-expired-ttl: 3600 edns-buffer-size: 1232 prefetch: yes @@ -75,18 +74,12 @@ server: access-control: 127.0.0.1/32 allow chroot: "" logfile: /var/log/unbound.log - verbosity: 1 log-queries: yes statistics-interval: 0 extended-statistics: yes harden-below-nxdomain: yes EOF -# Update Root hints from Internic (This file holds the information on root name servers needed to initialize cache of Internet domain name servers) -wget -qO /var/lib/unbound/root.hints https://www.internic.net/domain/named.root -# Set unbound user as owner of the root hints file -chown unbound:unbound /var/lib/unbound/root.hints - touch /var/log/unbound.log chown unbound:unbound /var/log/unbound.log