]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Deduplicate allow-update definition in the ARM
authorPetr Špaček <pspacek@isc.org>
Thu, 16 Jun 2022 14:45:09 +0000 (16:45 +0200)
committerPetr Špaček <pspacek@isc.org>
Fri, 24 Jun 2022 06:14:29 +0000 (08:14 +0200)
doc/arm/reference.rst

index f4929c621c5728510770d63238e1ade381b636d0..407a9e3dfccc648b2483a3879aaf738165b5d033 100644 (file)
@@ -2743,6 +2743,7 @@ for details on how to specify IP address lists.
 
 .. namedconf:statement:: allow-update
 
+   A simple access control list.
    When set in the ``zone`` statement for a primary zone, this specifies which
    hosts are allowed to submit Dynamic DNS updates to that zone. The
    default is to deny updates from all hosts.
@@ -6725,15 +6726,13 @@ Dynamic Update Policies
 ^^^^^^^^^^^^^^^^^^^^^^^
 
 BIND 9 supports two methods of granting clients the right to
-perform dynamic updates to a zone, configured by the ``allow-update``
-or ``update-policy`` options. In both cases, BIND 9 writes the updates
-to the zone's filename set in ``file``.
+perform dynamic updates to a zone:
 
-.. namedconf:statement:: allow-update
+- :namedconf:ref:`allow-update` - a simple access control list
+- :namedconf:ref:`update-policy` - fine-grained access control
 
-   The ``allow-update`` clause is a simple access control list. Any client
-   that matches the ACL is granted permission to update any record in the
-   zone.
+In both cases, BIND 9 writes the updates
+to the zone's filename set in ``file``.
 
 .. namedconf:statement:: update-policy