mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:12:09 -04:00
Merge branch '1110-clarify-relationship-between-acls-and-rpz' into 'master'
Clarify relationship between ACLs and RPZ Closes #1110 See merge request isc-projects/bind9!2255
This commit is contained in:
commit
403cc1fa12
1 changed files with 8 additions and 0 deletions
|
|
@ -9645,6 +9645,14 @@ deny-answer-aliases { "example.net"; };
|
|||
than that is a configuration error.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Rules encoded in response policy zones are processed after
|
||||
<link linkend="access_control">Access Control Lists
|
||||
(ACLs)</link>. All queries from clients which are not
|
||||
permitted access to the resolver will be answered with a
|
||||
status code of REFUSED, regardless of configured RPZ rules.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Five policy triggers can be encoded in RPZ records.
|
||||
<variablelist>
|
||||
|
|
|
|||
Loading…
Reference in a new issue