]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES for [GL #608]
authorMark Andrews <marka@isc.org>
Wed, 18 May 2022 13:26:06 +0000 (23:26 +1000)
committerMark Andrews <marka@isc.org>
Wed, 13 Sep 2023 04:33:05 +0000 (14:33 +1000)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 66981c52927c8e3eebcf8206ecd69747407a91b3..6c69cf74b1837f381de9a8bcc5db49c44c03f84b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+6248.  [func]          Add an option "resolver-use-dns64", which enables
+                       application of DNS64 rules to server addresses
+                       when sending recursive queries. This allows
+                       resolution to be performed via NAT64. [GL #608]
+
 6247.  [func]          Implement incremental hashing in both isc_siphash
                        and isc_hash units. [GL #4306]
 
index 89573315bfa8ee80f0d0fc97a5e3f4989227a9ea..c5d9990f0ffd9fb5c440661097759042719de91b 100644 (file)
@@ -22,6 +22,11 @@ New Features
 
 - None.
 
+- The new :any:`resolver-use-dns64` option enables ``named`` to apply
+  :any:`dns64` rules to IPv4 server addresses when sending recursive
+  queries, so that resolution can be performed over a NAT64 connection.
+  :gl:`#608`
+
 Removed Features
 ~~~~~~~~~~~~~~~~