mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Clarify qname-minimization relaxed in the ARM
Leading underscore in qname confused some users, and it was not documented.
This commit is contained in:
@@ -1392,14 +1392,20 @@ default is used.
|
|||||||
:tags: query
|
:tags: query
|
||||||
:short: Controls QNAME minimization behavior in the BIND 9 resolver.
|
:short: Controls QNAME minimization behavior in the BIND 9 resolver.
|
||||||
|
|
||||||
This option controls QNAME minimization behavior in the BIND
|
When this is set to ``strict``, BIND follows the QNAME
|
||||||
resolver. When set to ``strict``, BIND follows the QNAME
|
|
||||||
minimization algorithm to the letter, as specified in :rfc:`7816`.
|
minimization algorithm to the letter, as specified in :rfc:`7816`.
|
||||||
|
|
||||||
Setting this option to ``relaxed`` causes BIND to fall back to
|
Setting this option to ``relaxed`` causes BIND to fall back to
|
||||||
normal (non-minimized) query mode when it receives either NXDOMAIN or
|
normal (non-minimized) query mode when it receives either NXDOMAIN or
|
||||||
other unexpected responses (e.g., SERVFAIL, improper zone cut,
|
other unexpected responses (e.g., SERVFAIL, improper zone cut,
|
||||||
REFUSED) to a minimized query. ``disabled`` disables QNAME
|
REFUSED) to a minimized query. A resolver can use a leading
|
||||||
minimization completely. ``off`` is a synonym for ``disabled``. The current default is ``relaxed``, but it
|
underscore, like ``_.example.com``, in an attempt to improve
|
||||||
|
interoperability. (See :rfc:`7816` section 3.)
|
||||||
|
|
||||||
|
``disabled`` disables QNAME minimization completely.
|
||||||
|
``off`` is a synonym for ``disabled``.
|
||||||
|
|
||||||
|
The current default is ``relaxed``, but it
|
||||||
may be changed to ``strict`` in a future release.
|
may be changed to ``strict`` in a future release.
|
||||||
|
|
||||||
.. namedconf:statement:: tkey-gssapi-keytab
|
.. namedconf:statement:: tkey-gssapi-keytab
|
||||||
|
Reference in New Issue
Block a user