2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Add CHANGES and release notes for [GL #2295]

This commit is contained in:
Mark Andrews
2020-11-24 10:44:40 +11:00
parent 9d893d55e0
commit b22df206d4
2 changed files with 12 additions and 0 deletions

View File

@@ -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

View 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
~~~~~~~~~~~~~~~~