mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 16:18:03 -04:00
2082. [doc] Document 'cache-file' as a test only option.
This commit is contained in:
parent
385f1f0efd
commit
fb610d7f12
3 changed files with 14 additions and 2 deletions
1
CHANGES
1
CHANGES
|
|
@ -1,3 +1,4 @@
|
|||
2082. [doc] Document 'cache-file' as a test only option.
|
||||
|
||||
--- 9.3.3rc2 released ---
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- $Id: named.conf.docbook,v 1.1.4.7 2006/07/18 04:10:06 marka Exp $ -->
|
||||
<!-- $Id: named.conf.docbook,v 1.1.4.8 2006/09/13 00:26:41 marka Exp $ -->
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
|
|
@ -184,6 +184,7 @@ options {
|
|||
coresize <replaceable>size</replaceable>;
|
||||
datasize <replaceable>size</replaceable>;
|
||||
directory <replaceable>quoted_string</replaceable>;
|
||||
cache-file <replaceable>quoted_string</replaceable>; // test option
|
||||
dump-file <replaceable>quoted_string</replaceable>;
|
||||
files <replaceable>size</replaceable>;
|
||||
heartbeat-interval <replaceable>integer</replaceable>;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.27.2.72 2006/08/30 23:43:46 marka Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.27.2.73 2006/09/13 00:26:41 marka Exp $ -->
|
||||
|
||||
<book>
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
|
|
@ -2818,6 +2818,7 @@ statement in the <filename>named.conf</filename> file:</para>
|
|||
<optional> named-xfer <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> tkey-domain <replaceable>domainname</replaceable>; </optional>
|
||||
<optional> tkey-dhkey <replaceable>key_name</replaceable> <replaceable>key_tag</replaceable>; </optional>
|
||||
<optional> cache-file <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> dump-file <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> memstatistics-file <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> pid-file <replaceable>path_name</replaceable>; </optional>
|
||||
|
|
@ -2978,6 +2979,15 @@ public and private keys from files in the working directory. In
|
|||
most cases, the keyname should be the server's host name.</para>
|
||||
</listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><command>cache-file</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
This is for testing only. Do not use.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry><term><command>dump-file</command></term>
|
||||
<listitem><para>The pathname of the file the server dumps
|
||||
the database to when instructed to do so with
|
||||
|
|
|
|||
Loading…
Reference in a new issue