|
@@ -2,7 +2,7 @@
|
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
|
|
[<!ENTITY mdash "—">]>
|
|
|
<!--
|
|
|
- - Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
|
|
|
+ - Copyright (C) 2010-2011 Internet Systems Consortium, Inc. ("ISC")
|
|
|
-
|
|
|
- Permission to use, copy, modify, and/or distribute this software for any
|
|
|
- purpose with or without fee is hereby granted, provided that the above
|
|
@@ -20,7 +20,7 @@
|
|
|
<refentry>
|
|
|
|
|
|
<refentryinfo>
|
|
|
- <date>September 8, 2010</date>
|
|
|
+ <date>May 19, 2011</date>
|
|
|
</refentryinfo>
|
|
|
|
|
|
<refmeta>
|
|
@@ -36,7 +36,7 @@
|
|
|
|
|
|
<docinfo>
|
|
|
<copyright>
|
|
|
- <year>2010</year>
|
|
|
+ <year>2010-2011</year>
|
|
|
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
|
|
|
</copyright>
|
|
|
</docinfo>
|
|
@@ -92,20 +92,33 @@ in separate zonemgr process.
|
|
|
The configurable settings are:
|
|
|
</para>
|
|
|
|
|
|
- <para><varname>master_addr</varname>
|
|
|
-<!-- TODO: how can there be a single setting for this? -->
|
|
|
- The default is 127.0.0.1.
|
|
|
+ <para><varname>transfers-in</varname>
|
|
|
+ defines the maximum number of inbound zone transfers
|
|
|
+ that can run concurrently. The default is 10.
|
|
|
</para>
|
|
|
|
|
|
- <para><varname>master_port</varname>
|
|
|
-<!-- TODO: what if custom is needed per zone? -->
|
|
|
- The default is 53.
|
|
|
+<!-- TODO: is name okay for master_addr or just IP? -->
|
|
|
+ <para>
|
|
|
+ <varname>zones</varname> is a list of zones known to the
|
|
|
+ <command>b10-xfrin</command> daemon.
|
|
|
+ The list items are:
|
|
|
+ <varname>name</varname> (the zone name),
|
|
|
+ <varname>master_addr</varname> (the zone master to transfer from),
|
|
|
+ <varname>master_port</varname> (defaults to 53), and
|
|
|
+ <varname>tsig_key</varname> (optional TSIG key to use).
|
|
|
+ The <varname>tsig_key</varname> is specified using a full string
|
|
|
+ colon-delimited name:key:algorithm representation (e.g.
|
|
|
+ <quote>foo.example.org:EvABsfU2h7uofnmqaRCrhHunGsd=:hmac-sha1</quote>).
|
|
|
</para>
|
|
|
+<!-- TODO: document this better -->
|
|
|
+<!-- TODO: the tsig_key format may change -->
|
|
|
|
|
|
- <para><varname>transfers-in</varname>
|
|
|
- defines the maximum number of inbound zone transfers
|
|
|
- that can run concurrently. The default is 10.
|
|
|
+ <para>
|
|
|
+ (The site-wide <varname>master_addr</varname> and
|
|
|
+ <varname>master_port</varname> configurations are deprecated;
|
|
|
+ use the <varname>zones</varname> list configuration instead.)
|
|
|
</para>
|
|
|
+<!-- NOTE: also tsig_key but not mentioning since so short lived. -->
|
|
|
|
|
|
<!-- TODO: formating -->
|
|
|
<para>
|
|
@@ -154,6 +167,9 @@ in separate zonemgr process.
|
|
|
the authoritative server to transfer from,
|
|
|
and <varname>port</varname> to define the port number on the
|
|
|
authoritative server (defaults to 53).
|
|
|
+ If the address or port is not specified, it will use the
|
|
|
+ values previously defined in the <varname>zones</varname>
|
|
|
+ configuration.
|
|
|
</para>
|
|
|
<!-- TODO: later hostname for master? -->
|
|
|
|