From e20cda59280c8ce0285c5c82effe702b3ab186cf Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 13 Sep 2022 09:52:32 +0000 Subject: [PATCH 1/2] Document dynamic update forwarding limitation when XoT is enabled BIND 9.18 does not support sending forwarded DDNS update requests through DoT. --- doc/arm/reference.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index ef5e72228e..26af274c00 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -1074,6 +1074,13 @@ where ``tls-configuration-name`` refers to a previously defined observers but does not protect from man-in-the-middle attacks on zone transfers. +.. warning:: + + Please note that this version of BIND 9 does not support dynamic updates + forwarding (see :any:`allow-update-forwarding`) in conjuction with zone + transfers over TLS (XoT), that is when the :any:`tls` keyword is used with + :any:`primaries`, e.g. ``primaries { 192.0.2.1 tls tls-configuration-name; };``. + .. _options_grammar: ``options`` Block Grammar From f6f828989f63e653509be76324c22e2692b716ae Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 22 Sep 2022 09:55:28 +0000 Subject: [PATCH 2/2] Add a known issue release note for [GL #3512] --- doc/notes/notes-current.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 3ab1293370..9239eca2be 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -20,7 +20,9 @@ Security Fixes Known Issues ~~~~~~~~~~~~ -- None. +- BIND 9.18 does not support dynamic updates forwarding (see + :any:`allow-update-forwarding`) in conjuction with zone transfers + over TLS (XoT). :gl:`#3512` New Features ~~~~~~~~~~~~