From ef1aaab9ed44bcc6b58d85de2673e382dc6a7c1d Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 23 Apr 2015 09:38:16 -0700 Subject: [PATCH] [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] --- CHANGES | 6 ++++-- doc/arm/notes.xml | 13 +++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index c4b4db394e..effcf1e8b1 100644 --- 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] diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index cbde1d9c52..012bcf6dd8 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -347,6 +347,19 @@ server via TCP. [RT #37800] + + + The nxdomain-redirect 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 type redirect zone, has + better average performance but is less flexible.) [RT #37989] + +