diff options
author | Juergen Daubert <jue@jue.li> | 2012-02-03 11:56:03 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-02-03 11:56:03 +0100 |
commit | 165eb4cec598c8f157b7a608f9a32011f73fe2a2 (patch) | |
tree | 8215e15213a5263556b0830636a689b814099894 /unbound/README | |
parent | 609ff6ef1c3c66a8415eafff80aa235cac624ed4 (diff) | |
download | opt-165eb4cec598c8f157b7a608f9a32011f73fe2a2.tar.gz opt-165eb4cec598c8f157b7a608f9a32011f73fe2a2.tar.xz |
[notify] unbound: update to 1.4.16
Incompatible configuration change, see README
Diffstat (limited to 'unbound/README')
-rw-r--r-- | unbound/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/unbound/README b/unbound/README index 0239d0bc6..6089402fa 100644 --- a/unbound/README +++ b/unbound/README @@ -13,8 +13,10 @@ PRE/POST-INSTALL PRECAUTION +To enable DNSSEC validation all you have to do is to enable the +"auto-trust-anchor-file" option in /etc/unbound/unbound.conifg. The effective user unbound is running as (default: unbound) needs -write access for /etc/unbound/root.key to update the trust anchor -for DNSSEC validation. Adjust the user of that file if you run +write access to /var/lib/unbound to update the trust anchor for +DNSSEC validation. Adjust the owner of that directory if you run unbound as a different user. |