Undo the parts of 1113. pertaining to the allow-update option; simplify grammar
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.174 2001/11/08 05:36:20 marka Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.175 2001/11/08 21:13:42 gson Exp $ -->
|
||||
|
||||
<book>
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
@@ -2782,7 +2782,6 @@ statement in the <filename>named.conf</filename> file:</para>
|
||||
<optional> allow-query { <replaceable>address_match_list</replaceable> }; </optional>
|
||||
<optional> allow-transfer { <replaceable>address_match_list</replaceable> }; </optional>
|
||||
<optional> allow-recursion { <replaceable>address_match_list</replaceable> }; </optional>
|
||||
<optional> allow-update { <replaceable>address_match_list</replaceable> }; </optional>
|
||||
<optional> allow-update-forwarding { <replaceable>address_match_list</replaceable> }; </optional>
|
||||
<optional> allow-v6-synthesis { <replaceable>address_match_list</replaceable> }; </optional>
|
||||
<optional> blackhole { <replaceable>address_match_list</replaceable> }; </optional>
|
||||
@@ -3384,12 +3383,6 @@ host from retrieving data that is already in the server's cache.
|
||||
</para>
|
||||
</listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><command>allow-update</command></term>
|
||||
<listitem><para>Specifies which hosts are allowed to
|
||||
submit Dynamic DNS updates for master zones. The default is to deny
|
||||
updates from all hosts.</para>
|
||||
</listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><command>allow-update-forwarding</command></term>
|
||||
<listitem><para>Specifies which hosts are allowed to
|
||||
submit Dynamic DNS updates to slave zones to be forwarded to the
|
||||
@@ -4503,8 +4496,9 @@ in <xref linkend="access_control"/>.</para>
|
||||
</listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><command>allow-update</command></term>
|
||||
<listitem><para>See the description of <command>allow-update</command>
|
||||
in <xref linkend="access_control"/>.</para>
|
||||
<listitem><para>Specifies which hosts are allowed to
|
||||
submit Dynamic DNS updates for master zones. The default is to deny
|
||||
updates from all hosts.</para>
|
||||
</listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><command>update-policy</command></term>
|
||||
|
||||
Reference in New Issue
Block a user