mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 07:02:29 +01:00
35 lines
1.3 KiB
Diff
35 lines
1.3 KiB
Diff
--- a/doc/example.conf.in
|
|
+++ b/doc/example.conf.in
|
|
@@ -308,12 +308,9 @@
|
|
# timetoresolve, fromcache and responsesize.
|
|
# log-replies: no
|
|
|
|
- # the pid file. Can be an absolute path outside of chroot/work dir.
|
|
- # pidfile: "@UNBOUND_PIDFILE@"
|
|
-
|
|
# file to read root hints from.
|
|
# get one from https://www.internic.net/domain/named.cache
|
|
- # root-hints: ""
|
|
+ root-hints: /usr/share/dns-root-hints/named.root
|
|
|
|
# enable to not answer id.server and hostname.bind queries.
|
|
# hide-identity: no
|
|
@@ -450,7 +447,7 @@
|
|
# you start unbound (i.e. in the system boot scripts). And enable:
|
|
# Please note usage of unbound-anchor root anchor is at your own risk
|
|
# and under the terms of our LICENSE (see that file in the source).
|
|
- # auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@"
|
|
+ # auto-trust-anchor-file: ""
|
|
|
|
# trust anchor signaling sends a RFC8145 key tag query after priming.
|
|
# trust-anchor-signaling: yes
|
|
@@ -464,7 +461,7 @@
|
|
# with several entries, one file per entry.
|
|
# Zone file format, with DS and DNSKEY entries.
|
|
# Note this gets out of date, use auto-trust-anchor-file please.
|
|
- # trust-anchor-file: ""
|
|
+ trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@"
|
|
|
|
# Trusted key for validation. DS or DNSKEY. specify the RR on a
|
|
# single line, surrounded by "". TTL is ignored. class is IN default.
|