mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-10 02:01:32 -04:00
A NODATA response has ANCOUNT of 0 assuming no CNAME/DNAMES
(cherry picked from commit 4889e06c3a)
This commit is contained in:
parent
63fe63c8c5
commit
756bb201bd
1 changed files with 1 additions and 1 deletions
|
|
@ -9914,7 +9914,7 @@ deny-answer-aliases { "example.net"; };
|
|||
The empty set of resource records is specified by
|
||||
CNAME whose target is the wildcard top-level
|
||||
domain (*.).
|
||||
It rewrites the response to NODATA or ANCOUNT=1.
|
||||
It rewrites the response to NODATA or ANCOUNT=0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue