mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
clarify documentation
This commit is contained in:
@@ -7175,11 +7175,16 @@ options {
|
|||||||
<term><command>allow-query-cache-on</command></term>
|
<term><command>allow-query-cache-on</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Specifies which local addresses can give answers
|
Specifies which local addresses can send answers
|
||||||
from the cache. If not specified, the default is
|
from the cache. If <command>allow-query-cache-on</command>
|
||||||
to allow cache queries on any address,
|
is not set, then <command>allow-recursion-on</command> is
|
||||||
<command>localnets</command> and
|
used if set. Otherwise, the default is
|
||||||
<command>localhost</command>.
|
to allow cache responses to be sent from any address.
|
||||||
|
Note: Both <command>allow-query-cache</command> and
|
||||||
|
<command>allow-query-cache-on</command> must be
|
||||||
|
satisfied before a cache response can be sent;
|
||||||
|
a client that is blocked by one cannot be allowed
|
||||||
|
by the other.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -7205,8 +7210,17 @@ options {
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Specifies which local addresses can accept recursive
|
Specifies which local addresses can accept recursive
|
||||||
queries. If not specified, the default is to allow
|
queries. If <command>allow-recursion-on</command>
|
||||||
recursive queries on all addresses.
|
is not set, then <command>allow-query-cache-on</command>
|
||||||
|
is used if set; otherwise, the default is to allow
|
||||||
|
recursive queries on all addresses: Any client permitted
|
||||||
|
to send recursive queries can send them to any address
|
||||||
|
on which <command>named</command> is listening.
|
||||||
|
Note: Both <command>allow-recursion</command> and
|
||||||
|
<command>allow-recursion-on</command> must be
|
||||||
|
satisfied before recursion is allowed;
|
||||||
|
a client that is blocked by one cannot be allowed
|
||||||
|
by the other.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user