Browse Source

[2005] explain how ACL rules apply

JINMEI Tatuya 13 years ago
parent
commit
5b2f4e7ba0
1 changed files with 8 additions and 0 deletions
  1. 8 0
      doc/guide/bind10-guide.xml

+ 8 - 0
doc/guide/bind10-guide.xml

@@ -2142,6 +2142,14 @@ DDNS/zones[0]/update_acl[1]     {"action": "ACCEPT", "from": "::1", "key": "key.
       </simpara></note>
       </simpara></note>
 
 
       <para>
       <para>
+	The ACL rules will be checked in the listed order, and the
+	first matching one will apply.
+	If none of the rules matches, the default rule will apply,
+	which is rejecting any requests in the case of
+	<command>b10-ddns</command>.
+      </para>
+
+      <para>
         Currently update ACL can only control updates per zone basis;
         Currently update ACL can only control updates per zone basis;
         it's not possible to specify access control with higher
         it's not possible to specify access control with higher
         granularity such as for particular domain names or specific
         granularity such as for particular domain names or specific