mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
Add CHANGES and release notes for [GL #2295]
This commit is contained in:
6
CHANGES
6
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
|
5965. [cleanup] Move the duplicated ASCII case conversion tables to
|
||||||
isc_ascii where they can be shared, and replace the
|
isc_ascii where they can be shared, and replace the
|
||||||
various hot-path tolower() loops with calls to new
|
various hot-path tolower() loops with calls to new
|
||||||
|
@@ -27,6 +27,12 @@ New Features
|
|||||||
|
|
||||||
- None.
|
- 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
|
Removed Features
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user