From 96e2420ad09b107a9ed3380a86d5d0b77458914d Mon Sep 17 00:00:00 2001 From: Henry N Date: Sat, 4 Apr 2020 21:55:40 +0200 Subject: [PATCH] arch-Linux: Remove defaults use-syslog is default, directory /etc/unbound is default, port 53 is default --- openvpn-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 7e968ce..e1b073a 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -118,12 +118,9 @@ function installUnbound () { mv /etc/unbound/unbound.conf /etc/unbound/unbound.conf.old echo 'server: - use-syslog: yes do-daemonize: no - directory: "/etc/unbound" trust-anchor-file: trusted-key.key root-hints: root.hints - port: 53 num-threads: 2' >/etc/unbound/unbound.conf fi fi