From: Mark Andrews Date: Wed, 18 May 2022 13:26:06 +0000 (+1000) Subject: Add CHANGES for [GL #608] X-Git-Tag: v9.19.18~86^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18b7db2d3ad92c3ee7a7ab11391e880b71633871;p=thirdparty%2Fbind9.git Add CHANGES for [GL #608] --- diff --git a/CHANGES b/CHANGES index 66981c52927..6c69cf74b18 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 89573315bfa..c5d9990f0ff 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~~~~~