This repository was archived by the owner on Aug 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -1392,14 +1392,20 @@ default is used.
1392
1392
:tags: query
1393
1393
:short: Controls QNAME minimization behavior in the BIND 9 resolver.
1394
1394
1395
- This option controls QNAME minimization behavior in the BIND
1396
- resolver. When set to ``strict ``, BIND follows the QNAME
1395
+ When this is set to ``strict ``, BIND follows the QNAME
1397
1396
minimization algorithm to the letter, as specified in :rfc: `7816 `.
1397
+
1398
1398
Setting this option to ``relaxed `` causes BIND to fall back to
1399
1399
normal (non-minimized) query mode when it receives either NXDOMAIN or
1400
1400
other unexpected responses (e.g., SERVFAIL, improper zone cut,
1401
- REFUSED) to a minimized query. ``disabled `` disables QNAME
1402
- minimization completely. ``off `` is a synonym for ``disabled ``. The current default is ``relaxed ``, but it
1401
+ REFUSED) to a minimized query. A resolver can use a leading
1402
+ underscore, like ``_.example.com ``, in an attempt to improve
1403
+ interoperability. (See :rfc: `7816 ` section 3.)
1404
+
1405
+ ``disabled `` disables QNAME minimization completely.
1406
+ ``off `` is a synonym for ``disabled ``.
1407
+
1408
+ The current default is ``relaxed ``, but it
1403
1409
may be changed to ``strict `` in a future release.
1404
1410
1405
1411
.. namedconf :statement :: tkey-gssapi-keytab
You can’t perform that action at this time.
0 commit comments