]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- document trust-anchor-signaling in example config file.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 16 May 2017 07:50:42 +0000 (07:50 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 16 May 2017 07:50:42 +0000 (07:50 +0000)
git-svn-id: file:///svn/unbound/trunk@4157 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/example.conf.in

index 92d41a019f917313bd232a032b9e3f96eec92359..90ebce187ed5d4640647fced998106e0f511a0e6 100644 (file)
@@ -1,5 +1,6 @@
 16 May 2017: Wouter
        - updated dependencies in the makefile.
+       - document trust-anchor-signaling in example config file.
 
 12 May 2017: Wouter
        - Adjust servfail by iterator to not store in cache when serve-expired
index 26a4542d84f2576d39c87fc7ee90ec708792f434..1b52201d1766b6f375cb7adb28ee7889014694ad 100644 (file)
@@ -448,6 +448,9 @@ server:
        # and under the terms of our LICENSE (see that file in the source).
        # auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@"
 
+       # trust anchor signaling sends a RFC8145 key tag query after priming.
+       # trust-anchor-signaling: no
+
        # File with DLV trusted keys. Same format as trust-anchor-file.
        # There can be only one DLV configured, it is trusted from root down.
        # DLV is going to be decommissioned.  Please do not use it any more.