mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
regen master
This commit is contained in:
parent
d0afc2d1c4
commit
d7a61cfbe5
3 changed files with 26 additions and 2 deletions
|
|
@ -983,10 +983,12 @@
|
|||
<pre class="programlisting"><span class="command"><strong>controls</strong></span> {
|
||||
[ inet ( ip_addr | * ) [ port ip_port ]
|
||||
allow { <em class="replaceable"><code> address_match_list </code></em> }
|
||||
keys { <em class="replaceable"><code>key_list</code></em> }; ]
|
||||
[ keys { <em class="replaceable"><code>key_list</code></em> } ]
|
||||
[ read-only <em class="replaceable"><code>yes_or_no</code></em> ] ; ]
|
||||
[ inet ...; ]
|
||||
[ unix <em class="replaceable"><code>path</code></em> perm <em class="replaceable"><code>number</code></em> owner <em class="replaceable"><code>number</code></em> group <em class="replaceable"><code>number</code></em>
|
||||
keys { <em class="replaceable"><code>key_list</code></em> }; ]
|
||||
[ keys { <em class="replaceable"><code>key_list</code></em> } ]
|
||||
[ read-only <em class="replaceable"><code>yes_or_no</code></em> ] ; ]
|
||||
[ unix ...; ]
|
||||
};
|
||||
</pre>
|
||||
|
|
@ -1047,6 +1049,16 @@
|
|||
See <a class="xref" href="Bv9ARM.ch03.html#rndc">Remote Name Daemon Control application</a> in <a class="xref" href="Bv9ARM.ch03.html#admin_tools" title="Administrative Tools">the section called “Administrative Tools”</a>)
|
||||
for information about configuring keys in <span class="command"><strong>rndc</strong></span>.
|
||||
</p>
|
||||
<p>
|
||||
If the <span class="command"><strong>read-only</strong></span> clause is enabled, the
|
||||
control channel is limited to the following set of read-only
|
||||
commands: <span class="command"><strong>nta -dump</strong></span>,
|
||||
<span class="command"><strong>null</strong></span>, <span class="command"><strong>status</strong></span>,
|
||||
<span class="command"><strong>showzone</strong></span>, <span class="command"><strong>testgen</strong></span>, and
|
||||
<span class="command"><strong>zonestatus</strong></span>. By default,
|
||||
<span class="command"><strong>read-only</strong></span> is not enabled and the control
|
||||
channel allows read-write access.
|
||||
</p>
|
||||
<p>
|
||||
If no <span class="command"><strong>controls</strong></span> statement is present,
|
||||
<span class="command"><strong>named</strong></span> will set up a default
|
||||
|
|
|
|||
|
|
@ -485,6 +485,12 @@
|
|||
results in larger responses, but reduces CPU consumption and
|
||||
may improve throughput. The default is <strong class="userinput"><code>yes</code></strong>.
|
||||
</p></li>
|
||||
<li class="listitem"><p>
|
||||
A "read-only" clause is now available for non-destructive
|
||||
control channel access. In such cases, a restricted set of
|
||||
rndc commands are allowed for querying information from named.
|
||||
By default, control channel access is read-write.
|
||||
</p></li>
|
||||
</ul></div>
|
||||
</div>
|
||||
<div class="section">
|
||||
|
|
|
|||
|
|
@ -446,6 +446,12 @@
|
|||
results in larger responses, but reduces CPU consumption and
|
||||
may improve throughput. The default is <strong class="userinput"><code>yes</code></strong>.
|
||||
</p></li>
|
||||
<li class="listitem"><p>
|
||||
A "read-only" clause is now available for non-destructive
|
||||
control channel access. In such cases, a restricted set of
|
||||
rndc commands are allowed for querying information from named.
|
||||
By default, control channel access is read-write.
|
||||
</p></li>
|
||||
</ul></div>
|
||||
</div>
|
||||
<div class="section">
|
||||
|
|
|
|||
Loading…
Reference in a new issue