mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Document NS queries are excempt from minimal-responses
Also document that DNSKEY, DS, CDNSKEY, and CDS never do additional section processing.
This commit is contained in:
@@ -2153,11 +2153,16 @@ Boolean Options
|
|||||||
|
|
||||||
This option controls the addition of records to the authority and
|
This option controls the addition of records to the authority and
|
||||||
additional sections of responses. Such records may be included in
|
additional sections of responses. Such records may be included in
|
||||||
responses to be helpful to clients; for example, NS or MX records may
|
responses to be helpful to clients; for example, MX records may
|
||||||
have associated address records included in the additional section,
|
have associated address records included in the additional section,
|
||||||
obviating the need for a separate address lookup. However, adding
|
obviating the need for a separate address lookup. However, adding
|
||||||
these records to responses is not mandatory and requires additional
|
these records to responses is not mandatory and requires additional
|
||||||
database lookups, causing extra latency when marshalling responses.
|
database lookups, causing extra latency when marshalling responses.
|
||||||
|
|
||||||
|
Responses to DNSKEY, DS, CDNSKEY, and CDS requests will never have
|
||||||
|
optional additional records added. Responses to NS requests will
|
||||||
|
always have additional section processing.
|
||||||
|
|
||||||
:any:`minimal-responses` takes one of four values:
|
:any:`minimal-responses` takes one of four values:
|
||||||
|
|
||||||
- ``no``: the server is as complete as possible when generating
|
- ``no``: the server is as complete as possible when generating
|
||||||
|
Reference in New Issue
Block a user