mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Document RRL processing for wildcard names
All valid wildcard domain names are interpreted as the zone's origin
name concatenated to the "*" name.
(cherry picked from commit 89c2032421)
This commit is contained in:
parent
35e37505f0
commit
f2982a5d3f
1 changed files with 3 additions and 1 deletions
|
|
@ -5492,7 +5492,9 @@ Response Rate Limiting
|
|||
|
||||
All non-empty responses for a valid domain name (qname) and record type
|
||||
(qtype) are identical and have a limit specified with
|
||||
:any:`responses-per-second` (default 0 or no limit).
|
||||
:any:`responses-per-second` (default 0 or no limit). All valid wildcard
|
||||
domain names are interpreted as the zone's origin name concatenated to the
|
||||
"*" name.
|
||||
|
||||
.. namedconf:statement:: nodata-per-second
|
||||
:tags: query
|
||||
|
|
|
|||
Loading…
Reference in a new issue