]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: doc: Document built in check-names exclusions main
authorMark Andrews <marka@isc.org>
Wed, 12 Aug 2026 21:55:56 +0000 (07:55 +1000)
committerMark Andrews <marka@isc.org>
Wed, 12 Aug 2026 21:55:56 +0000 (07:55 +1000)
`check-names` rules ordinarily forbid hostnames to contain any character other than letters, digits and hyphen. There are exceptions for A and AAAA records with an Active Directory Forest prefix (`gc._msdcs`), and for RFC7208 exclusion lookup names (interior labels `_spf`, `_spf_verify` and `_spf_rate`). These exceptions were not previously documented, but now are.

Merge branch 'marka-update-check-names-documentation' into 'main'

See merge request isc-projects/bind9!12554


Trivial merge