]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Added explicit note on unbound-anchor usage:
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 15 Feb 2011 12:58:37 +0000 (12:58 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 15 Feb 2011 12:58:37 +0000 (12:58 +0000)
  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

doc/Changelog
doc/example.conf.in
doc/unbound-anchor.8.in

index 666a3d6e1b5cd354587682a37fd3dbacb2e6adf8..41bea7e5693a1aa8420e7a1869516373a509b737 100644 (file)
@@ -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.
index b0bb830fa9ff7c11790ef0609d9f472e04510d5c..661e2e0437bd4d88c3c123f672a83f2507a7895f 100644 (file)
@@ -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.
index a98cd0f83c7a7c3e915d2652f119d004ef4b9c40..8713658f19ab1cb34a91caa8e710bb6e359244c4 100644 (file)
@@ -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@"