]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Document existence of option
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 2 Dec 2020 09:58:05 +0000 (10:58 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 2 Dec 2020 09:58:05 +0000 (10:58 +0100)
doc/Changelog
doc/FEATURES
doc/TODO
doc/unbound.conf.5.in

index 30b8d34a1f32624865e714465177a55009f1130f..d5121864ed19c31980f849cadc5e46974047b9b9 100644 (file)
@@ -1,3 +1,7 @@
+2 December 2020: Willem
+       - Support for RFC5001: DNS Name Server Identifier (NSID) Option
+         with the nsid: option in unbound.conf
+
 1 December 2020: Wouter
        - Fix #358: Squelch udp connect 'no route to host' errors on low
          verbosity.
index 076988ea9127d184202d0166eedd67b23d462b76..8d69aba9b1e1eb71fb640a9963a746f7fc3ced8f 100644 (file)
@@ -39,6 +39,7 @@ RFC 4343: case insensitive handling of domain names.
 RFC 4509: SHA256 DS hash.
 RFC 4592: wildcards.
 RFC 4697: No DNS Resolution Misbehavior.
+RFC 5001: DNS Name Server Identifier (NSID) Option
 RFC 5011: update of trust anchors with timers.
 RFC 5155: NSEC3, NSEC3PARAM types
 RFC 5358: reflectors-are-evil: access control list for recursive
index a2690451a2bbb9fc784d9f541cb5ec73dc31c394..83965615486785a0aa7cd825cc7c8db37d46c240 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -14,7 +14,6 @@ o (option) store primed key data in a overlaid keyhints file (sort of like draft
 o windows version, auto update feature, a query to check for the version.
 o command the server with TSIG inband. get-config, clearcache, 
        get stats, get memstats, get ..., reload, clear one zone from cache
-o NSID rfc 5001 support.
 o timers rfc 5011 support.
 o Treat YXDOMAIN from a DNAME properly, in iterator (not throwaway), validator.
 o make timeout backoffs randomized (a couple percent random) to spread traffic.
index 38bbc44df6f15900349e71466e1a725999d6301c..0423f6200ab8d94e86f3bda9dc03370251063842 100644 (file)
@@ -819,6 +819,11 @@ If enabled version.server and version.bind queries are refused.
 Set the version to report. If set to "", the default, then the package
 version is returned.
 .TP
+.B nsid:\fR <string>
+Add the specified nsid to the EDNS section of the answer when queried
+with an NSID EDNS enabled packet.  As a sequence of hex characters or
+with ascii_ prefix and then an ascii string.
+.TP
 .B hide\-trustanchor: \fI<yes or no>
 If enabled trustanchor.unbound queries are refused.
 .TP