mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 14:50:00 -04:00
add missing space and fix typo
This commit is contained in:
parent
1164997311
commit
35bd3dff86
1 changed files with 2 additions and 2 deletions
|
|
@ -9676,7 +9676,7 @@ deny-answer-aliases { "example.net"; };
|
|||
<acronym>BIND</acronym> 9 includes a limited
|
||||
mechanism to modify DNS responses for requests
|
||||
analogous to email anti-spam DNS blacklists.
|
||||
Responses can be changed to deny the existence of domains(NXDOMAIN),
|
||||
Responses can be changed to deny the existence of domains (NXDOMAIN),
|
||||
deny the existence of IP addresses for domains (NODATA),
|
||||
or contain other IP addresses or data.
|
||||
</para>
|
||||
|
|
@ -9819,7 +9819,7 @@ deny-answer-aliases { "example.net"; };
|
|||
<listitem>Among IP or NSIP triggers, prefer the trigger
|
||||
with the longest prefix.
|
||||
</listitem>
|
||||
<listitem>Among triggers with the same prefex length,
|
||||
<listitem>Among triggers with the same prefix length,
|
||||
prefer the IP or NSIP trigger that matches
|
||||
the smallest IP address.
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue