]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen master
authorTinderbox User <tbox@isc.org>
Tue, 3 Oct 2017 01:07:20 +0000 (01:07 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 3 Oct 2017 01:07:20 +0000 (01:07 +0000)
doc/arm/Bv9ARM.ch06.html
doc/arm/Bv9ARM.ch09.html
doc/arm/notes.html

index a5111c11026ebb76bd00f0f76d729946e9ea51e7..ca7ffab16d378b069521bd4ff890f06b2779e339 100644 (file)
@@ -4992,6 +4992,12 @@ options {
                         DNSSEC validation must be enabled for this
                         option to be effective.
                       </p>
+                      <p>
+                        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 <span class="command"><strong>synth-from-dnssec</strong></span>.
+                      </p>
                     </li></ul></div>
 <p>
                 </p>
index 8d347ffe9060d4645191528a8a7acb9d87b4985c..4d8dc1258deea8f8647a5d7514a1c53c69c71847 100644 (file)
       </li>
 <li class="listitem">
        <p>
-         <span class="command"><strong>named</strong></span> 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.
+         <span class="command"><strong>named</strong></span> 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.
+       </p>
+       <p>
+         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.
        </p>
        <p>
          This behavior is controlled by the new
          <span class="command"><strong>synth-from-dnssec</strong></span>.  It is enabled by
          default.
        </p>
+       <p>
+         Note: this currently only works for zones signed using NSEC.
+         Support for zones signed using NSEC3 (without opt-out) is
+         planned for the future.
+       </p>
        <p>
          Thanks to APNIC for sponsoring this work.
        </p>
index 4efac67e38ef1946c6ffd525908f4c12508b5dde..b65ee5ebecb6efd264186bcb4e09864f9e62aea4 100644 (file)
       </li>
 <li class="listitem">
        <p>
-         <span class="command"><strong>named</strong></span> 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.
+         <span class="command"><strong>named</strong></span> 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.
+       </p>
+       <p>
+         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.
        </p>
        <p>
          This behavior is controlled by the new
          <span class="command"><strong>synth-from-dnssec</strong></span>.  It is enabled by
          default.
        </p>
+       <p>
+         Note: this currently only works for zones signed using NSEC.
+         Support for zones signed using NSEC3 (without opt-out) is
+         planned for the future.
+       </p>
        <p>
          Thanks to APNIC for sponsoring this work.
        </p>