From 0e17b613e29a77a7cbb60e537da6849cd3742977 Mon Sep 17 00:00:00 2001 From: Wim <11030068+wimb0@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:22:58 +0100 Subject: [PATCH] Update unbound-install.sh --- install/unbound-install.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/install/unbound-install.sh b/install/unbound-install.sh index 61e14748..19867022 100644 --- a/install/unbound-install.sh +++ b/install/unbound-install.sh @@ -28,22 +28,14 @@ msg_info "Installed Unbound" cat </etc/unbound/unbound.conf.d/unbound.conf server: - verbosity: 0 interface: 0.0.0.0 port: 5335 do-ip6: no - do-ip4: yes - do-udp: yes - do-tcp: yes - num-threads: 1 hide-identity: yes hide-version: yes harden-referral-path: yes cache-min-ttl: 300 cache-max-ttl: 14400 - rrset-cache-slabs: 8 - infra-cache-slabs: 8 - key-cache-slabs: 8 serve-expired: yes serve-expired-ttl: 3600 prefetch: yes @@ -65,8 +57,6 @@ server: access-control: 127.0.0.1/32 allow chroot: "" logfile: /var/log/unbound.log - log-queries: yes - extended-statistics: yes EOF touch /var/log/unbound.log