mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
CHANGES and release notes
This commit is contained in:
parent
e488309da7
commit
220bca9ebf
7
CHANGES
7
CHANGES
@ -1,3 +1,10 @@
|
|||||||
|
5574. [func] Incoming zone transfers can now use TLS.
|
||||||
|
Addresses in a "primaries" list take an optional
|
||||||
|
"tls" argument, specifying either a previously
|
||||||
|
configured "tls" block or "ephemeral"; SOA queries
|
||||||
|
and zone transfer requests will then be sent via
|
||||||
|
TLS. [GL #2392]
|
||||||
|
|
||||||
5573. [func] Also return stale data if an error occurred and we are
|
5573. [func] Also return stale data if an error occurred and we are
|
||||||
not resuming. Only start the stale-refresh-time window
|
not resuming. Only start the stale-refresh-time window
|
||||||
if we timed out. [GL #2434]
|
if we timed out. [GL #2434]
|
||||||
|
@ -47,6 +47,11 @@ New Features
|
|||||||
case, we will try to answer DNS requests with stale data, but not start
|
case, we will try to answer DNS requests with stale data, but not start
|
||||||
the ``stale-refresh-time`` window. [GL #2434]
|
the ``stale-refresh-time`` window. [GL #2434]
|
||||||
|
|
||||||
|
- ``named`` now supports XFR-over-TLS (XoT) for incoming as well as
|
||||||
|
outgoing zone transfers. Addresses in a ``primaries`` list can take
|
||||||
|
an optional ``tls`` option which specifies either a previously configured
|
||||||
|
``tls`` statement or ``ephemeral``. [GL #2392]
|
||||||
|
|
||||||
Removed Features
|
Removed Features
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user