diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index a5111c1102..ca7ffab16d 100644 --- a/doc/arm/Bv9ARM.ch06.html +++ b/doc/arm/Bv9ARM.ch06.html @@ -4992,6 +4992,12 @@ options { DNSSEC validation must be enabled for this option to be effective.
++ This initial implementation only covers synthesis + of answers from NSEC records. Synthesis from NSEC3 + is planned for the future. This will also be + controlled by synth-from-dnssec. +
diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index 8d347ffe90..4d8dc1258d 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -214,13 +214,17 @@
- named can now synthesize NXDOMAIN responses - from cached DNSSEC-verified records returned in negative or - wildcard responses. This will reduce query loads on - authoritative servers for signed domains: if existing cached - records can be used by the resolver to determine that a name does - not exist in the authorittive domain, then no query needs to - be sent. + named can now synthesize negative responses + (NXDOMAIN, NODATA, or wildcard answers) from cached DNSSEC-verified + records that were returned in negative or wildcard responses from + authoritative servers. +
++ This will reduce query loads on authoritative servers for signed + domains: when existing cached records can be used by the resolver + to determine that a name does not exist in the authorittive domain, + no query needs to be sent. Reducing the number of iterative queries + should also improve resolver performance.
This behavior is controlled by the new @@ -228,6 +232,11 @@ synth-from-dnssec. It is enabled by default.
++ Note: this currently only works for zones signed using NSEC. + Support for zones signed using NSEC3 (without opt-out) is + planned for the future. +
Thanks to APNIC for sponsoring this work.
diff --git a/doc/arm/notes.html b/doc/arm/notes.html index 4efac67e38..b65ee5ebec 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -175,13 +175,17 @@- named can now synthesize NXDOMAIN responses - from cached DNSSEC-verified records returned in negative or - wildcard responses. This will reduce query loads on - authoritative servers for signed domains: if existing cached - records can be used by the resolver to determine that a name does - not exist in the authorittive domain, then no query needs to - be sent. + named can now synthesize negative responses + (NXDOMAIN, NODATA, or wildcard answers) from cached DNSSEC-verified + records that were returned in negative or wildcard responses from + authoritative servers. +
++ This will reduce query loads on authoritative servers for signed + domains: when existing cached records can be used by the resolver + to determine that a name does not exist in the authorittive domain, + no query needs to be sent. Reducing the number of iterative queries + should also improve resolver performance.
This behavior is controlled by the new @@ -189,6 +193,11 @@ synth-from-dnssec. It is enabled by default.
++ Note: this currently only works for zones signed using NSEC. + Support for zones signed using NSEC3 (without opt-out) is + planned for the future. +
Thanks to APNIC for sponsoring this work.