]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #2295]
authorMark Andrews <marka@isc.org>
Mon, 23 Nov 2020 23:44:40 +0000 (10:44 +1100)
committerMark Andrews <marka@isc.org>
Tue, 13 Sep 2022 02:07:13 +0000 (12:07 +1000)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 3c1adb50e68a441da2b82b22ce47dd667f2cb86f..eda0b74b72f4ef1a4dc768a4c4831c9420ca7255 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5966.  [func]          You can now specify if a server must return a DNS
+                       COOKIE before accepting the response over UDP.
+                       [GL #2295]
+
+                       server <prefix> { require-cookie <yes_or_no>; };
+
 5965.  [cleanup]       Move the duplicated ASCII case conversion tables to
                        isc_ascii where they can be shared, and replace the
                        various hot-path tolower() loops with calls to new
index 6b9730770dac695d5d919ef5446dd2a41b506520..e1f3761303ab23627c6dfc769a409363e1b6df50 100644 (file)
@@ -27,6 +27,12 @@ New Features
 
 - None.
 
+- A new configuration option ``require-cookie`` has been introduced, it
+  specifies if there should be a DNS COOKIE in the response for a given
+  prefix and if not named falls back to TCP.  This is useful if you know
+  a given server support DNS COOKIE.  It can also be used to force all
+  non DNS COOKIE responses to fall back to TCP.  :gl:`#2295`
+
 Removed Features
 ~~~~~~~~~~~~~~~~