arch-Linux: Remove defaults

use-syslog is default, directory /etc/unbound is default, port 53 is default
This commit is contained in:
Henry N 2020-04-04 21:55:40 +02:00 committed by GitHub
parent 3cc3715b0e
commit 96e2420ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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