aboutsummaryrefslogtreecommitdiffstats
path: root/main/unbound/conf.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-12-02 15:01:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-12-02 15:01:25 +0000
commit47bb2a62b5d584ca4a2e7228aa72a58fe1919f15 (patch)
treee935195fd0f5041a7ddc3a584f634ac56def3ff0 /main/unbound/conf.patch
parent6554dce65a5d32c68a77484323c0450df8a613a0 (diff)
downloadaports-47bb2a62b5d584ca4a2e7228aa72a58fe1919f15.tar.bz2
aports-47bb2a62b5d584ca4a2e7228aa72a58fe1919f15.tar.xz
main/unbound: update root.hints by default
ref #848
Diffstat (limited to 'main/unbound/conf.patch')
-rw-r--r--main/unbound/conf.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/main/unbound/conf.patch b/main/unbound/conf.patch
new file mode 100644
index 0000000000..69e5be7e02
--- /dev/null
+++ b/main/unbound/conf.patch
@@ -0,0 +1,19 @@
+--- ./doc/example.conf.in.orig
++++ ./doc/example.conf.in
+@@ -226,6 +226,7 @@
+ # file to read root hints from.
+ # get one from ftp://FTP.INTERNIC.NET/domain/named.cache
+ # root-hints: ""
++ root-hints: /etc/unbound/root.hints
+
+ # enable to not answer id.server and hostname.bind queries.
+ # hide-identity: no
+@@ -338,7 +339,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.