unbound: Remove named.cache

The custom list of DNS root servers provided with the package is not necessary.
Unbound ships with a built-in list.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
Michael Hanselmann
2016-06-11 01:17:05 +02:00
parent 4b0e0a378a
commit c0e5d5ee45
3 changed files with 1 additions and 104 deletions

View File

@@ -97,19 +97,6 @@ index ff90e3b..5c20fdf 100644
# the working directory. The relative files in this config are
# relative to this directory. If you give "" the working directory
@@ -240,10 +256,12 @@ server:
# the pid file. Can be an absolute path outside of chroot/work dir.
# pidfile: "@UNBOUND_PIDFILE@"
+ pidfile: "/var/run/unbound.pid"
# file to read root hints from.
# get one from https://www.internic.net/domain/named.cache
# root-hints: ""
+ root-hints: "/etc/unbound/named.cache"
# enable to not answer id.server and hostname.bind queries.
# hide-identity: no
@@ -266,12 +284,15 @@ server:
# positive value: fetch that many targets opportunistically.
# Enclose the list of numbers between quotes ("").