]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document resolver-use-dns64
authorMark Andrews <marka@isc.org>
Tue, 27 Sep 2022 05:35:51 +0000 (15:35 +1000)
committerMark Andrews <marka@isc.org>
Wed, 13 Sep 2023 04:33:05 +0000 (14:33 +1000)
doc/arm/reference.rst

index 1c2c3d4e105f834c9758f43cb28925d2c172eab8..2654563b001cedbc25f141f4c5e6f907f66ef699 100644 (file)
@@ -1763,6 +1763,17 @@ default is used.
               suffix ::;
           };
 
+.. namedconf:statement:: resolver-use-dns64
+   :tags: server
+   :short: Specifies whether to apply DNS64 mappings when sending queries.
+
+   If :any:`resolver-use-dns64` is set to ``yes``, then the IPv4-to-IPv6
+   address transformations specified by the :any:`dns64` option will be
+   applied to IPv4 server addresses to which recursive queries are sent.
+   This allows a server to perform lookups via a NAT64 connection; queries
+   that would have been sent via IPv4 are instead sent to mapped IPv6
+   addresses. The default is ``no``.
+
 .. namedconf:statement:: ipv4only-enable
    :tags: query
    :short: Enables automatic IPv4 zones if a :any:`dns64` block is configured.