mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'matthijs-document-ns-minimal-responses' into 'main'
Document NS queries are excempt from minimal-responses See merge request isc-projects/bind9!7072
This commit is contained in:
commit
406de85309
1 changed files with 6 additions and 1 deletions
|
|
@ -2153,11 +2153,16 @@ Boolean Options
|
|||
|
||||
This option controls the addition of records to the authority and
|
||||
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,
|
||||
obviating the need for a separate address lookup. However, adding
|
||||
these records to responses is not mandatory and requires additional
|
||||
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:
|
||||
|
||||
- ``no``: the server is as complete as possible when generating
|
||||
|
|
|
|||
Loading…
Reference in a new issue