]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL #3410
authorMichał Kępień <michal@isc.org>
Thu, 8 Sep 2022 10:45:56 +0000 (12:45 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 8 Sep 2022 10:45:56 +0000 (12:45 +0200)
doc/notes/notes-9.19.5.rst

index 4410801ec5bdaa4b3fed82c331c0db86e71c28c3..b9a539b555a7a3146a4a17cb0d9afaf3eb6c128a 100644 (file)
@@ -46,6 +46,11 @@ Security Fixes
 New Features
 ~~~~~~~~~~~~
 
+- A new Response Policy Zone (RPZ) :ref:`option<rpz>`, ``ede``, was
+  added. It enables an :rfc:`8914` Extended DNS Error (EDE) code of
+  choice to be set for responses which have been modified by a given
+  RPZ. :gl:`#3410`
+
 - Worker threads' event loops are now managed by a new "loop manager"
   API, significantly changing the architecture of the task, timer, and
   networking subsystems for improved performance and code flow.