]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] more verbose CHANGES note, added release note
authorEvan Hunt <each@isc.org>
Thu, 23 Apr 2015 16:38:16 +0000 (09:38 -0700)
committerEvan Hunt <each@isc.org>
Thu, 23 Apr 2015 16:40:07 +0000 (09:40 -0700)
4108. [func] An additional NXDOMAIN redirect method (option
"nxdomain-redirect") has been added, allowing
redirection to a specified DNS namespace instead
of a single redirect zone. [RT #37989]

CHANGES
doc/arm/notes.xml

diff --git a/CHANGES b/CHANGES
index c4b4db394e707e1eee450e460772b2253b0a62c5..effcf1e8b16cd9b09d5b1459534a58a1ffa62c7c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
-4108.  [func]          A additional nxdomain redirect (nxdomain-redirect)
-                       is now supported. [RT #37989]
+4108.  [func]          An additional NXDOMAIN redirect method (option
+                       "nxdomain-redirect") has been added, allowing
+                       redirection to a specified DNS namespace instead
+                       of a single redirect zone. [RT #37989]
 
 4107.  [bug]           Address potential deadlock when updating zone content.
                        [RT #39269]
index cbde1d9c521d4c5bffcc927c351e9aaab287463a..012bcf6dd836b34199b854e6fe34ee17aed9a362 100644 (file)
          server via TCP. [RT #37800]
        </para>
       </listitem>
+      <listitem>
+       <para>
+         The <command>nxdomain-redirect</command> option specifies
+         a DNS namespace to use for NXDOMAIN redirection. When a 
+         recursive lookup returns NXDOMAIN, a second lookup is
+         initiated with the specified name appended to the query
+         name. This allows NXDOMAIN redirection data to be supplied
+         by multiple zones configured on the server or by recursive
+         queries to other servers. (The older method, using
+         a single <command>type redirect</command> zone, has
+         better average performance but is less flexible.) [RT #37989]
+       </para>
+      </listitem>
     </itemizedlist>
   </sect2>
   <sect2 id="relnotes_changes">