]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document ipv4only-enable, ipv4only-contact and ipv4only-server.
authorMark Andrews <marka@isc.org>
Wed, 11 Jul 2018 02:18:27 +0000 (12:18 +1000)
committerMark Andrews <marka@isc.org>
Fri, 11 Dec 2020 03:17:52 +0000 (14:17 +1100)
doc/arm/reference.rst

index 726f37ed5a8eafefe4ba5eadaf0b3411151d8667..0790cff7f5b5cb8f7f1f4c9426bb508bfaae88a9 100644 (file)
@@ -1365,6 +1365,9 @@ default is used.
    contact for the zones. These can be set at the view/options
    level but not on a per-prefix basis.
 
+   ``dns64`` will also cause IPV4ONLY.ARPA to be created if not
+   explicitly disabled using ``ipv4only-enable``.
+
    Each ``dns64`` supports an optional ``clients`` ACL that determines
    which clients are affected by this directive. If not defined, it
    defaults to ``any;``.
@@ -1659,6 +1662,12 @@ Boolean Options
    This option was part of an experimental implementation of the EDNS
    CLIENT-SUBNET for authoritative servers, but is now obsolete.
 
+``ipv4only-enable``
+   Create the IPV4ONLY.ARPA zone as described in RFC 8880.  By
+   default the zone is only created if a DNS64 prefix is configured.
+   Control the SOA contact and server values with ``ipv4only-contact``
+   and  ``ipv4only-server`` respectively.
+
 ``root-key-sentinel``
    If ``yes``, respond to root key sentinel probes as described in
    draft-ietf-dnsop-kskroll-sentinel-08. The default is ``yes``.