2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

[master] more verbose CHANGES note, added release note

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]
This commit is contained in:
Evan Hunt
2015-04-23 09:38:16 -07:00
parent c82b378115
commit ef1aaab9ed
2 changed files with 17 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
4108. [func] A additional nxdomain redirect (nxdomain-redirect) 4108. [func] An additional NXDOMAIN redirect method (option
is now supported. [RT #37989] "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. 4107. [bug] Address potential deadlock when updating zone content.
[RT #39269] [RT #39269]

View File

@@ -347,6 +347,19 @@
server via TCP. [RT #37800] server via TCP. [RT #37800]
</para> </para>
</listitem> </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> </itemizedlist>
</sect2> </sect2>
<sect2 id="relnotes_changes"> <sect2 id="relnotes_changes">