From: Wouter Wijngaards Date: Tue, 15 Feb 2011 12:58:37 +0000 (+0000) Subject: - Added explicit note on unbound-anchor usage: X-Git-Tag: release-1.4.9rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01dd4a35685796ce55514d3510f082495a23f9cc;p=thirdparty%2Funbound.git - Added explicit note on unbound-anchor usage: 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). git-svn-id: file:///svn/unbound/trunk@2391 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 666a3d6e1..41bea7e56 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,8 @@ +15 February 2011: Wouter + - Added explicit note on unbound-anchor usage: + 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). + 11 February 2011: Wouter - iana portlist updated. - tpkg updated with common.sh for common functionality. diff --git a/doc/example.conf.in b/doc/example.conf.in index b0bb830fa..661e2e043 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -319,6 +319,8 @@ server: # # If you want to perform DNSSEC validation, run unbound-anchor before # 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@" # File with DLV trusted keys. Same format as trust-anchor-file. diff --git a/doc/unbound-anchor.8.in b/doc/unbound-anchor.8.in index a98cd0f83..8713658f1 100644 --- a/doc/unbound-anchor.8.in +++ b/doc/unbound-anchor.8.in @@ -26,6 +26,9 @@ Suggested usage: # in the init scripts. # provide or update the root anchor (if necessary) unbound-anchor -a "@UNBOUND_ROOTKEY_FILE@" + # Please note usage of this root anchor is at your own risk + # and under the terms of our LICENSE (see source). + # # start validating resolver # the unbound.conf contains: # auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@"