]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document built in check-name exclusions 12554/head
authorMark Andrews <marka@isc.org>
Wed, 12 Aug 2026 03:21:35 +0000 (13:21 +1000)
committerMark Andrews <marka@isc.org>
Wed, 12 Aug 2026 21:19:24 +0000 (07:19 +1000)
The Active Directory Forest prefix (gc._msdcs) A and AAAA record
and the RFC7208 exclusion lookup names (interior labels on _spf,
_spf_verify, and _spf_rate) for A records are automatically excluded
from check-names.

doc/arm/reference.rst

index 8009fffd81c002cbbdaf161c1fbb2ddafe7deabb..cbe42d6913a4ad48858d2a604f1702a712258ad6 100644 (file)
@@ -2630,6 +2630,14 @@ Boolean Options
    owner name indicates that it is a reverse lookup of a hostname (the
    owner name ends in IN-ADDR.ARPA, IP6.ARPA, or IP6.INT).
 
+   Owner names of A and AAAA records starting with the Active
+   Directory Forest prefix labels ``gc._msdcs`` are excluded if the
+   remainder of the name meets the check-names rules.
+
+   Owner names of A records meeting the :rfc:`7208` rules for the
+   labels ``_spf``, ``_spf_verify`` and ``_spf_rate`` are also
+   excluded.
+
 .. namedconf:statement:: check-dup-records
    :tags: dnssec, query
    :short: Checks primary zones for records that are treated as different by DNSSEC but are semantically equal in plain DNS.