|
@@ -2,12 +2,12 @@
|
|
|
.\" Title: b10-xfrin
|
|
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
|
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
|
|
-.\" Date: March 17, 2010
|
|
|
+.\" Date: September 8, 2010
|
|
|
.\" Manual: BIND10
|
|
|
.\" Source: BIND10
|
|
|
.\" Language: English
|
|
|
.\"
|
|
|
-.TH "B10\-XFRIN" "8" "March 17, 2010" "BIND10" "BIND10"
|
|
|
+.TH "B10\-XFRIN" "8" "September 8, 2010" "BIND10" "BIND10"
|
|
|
.\" -----------------------------------------------------------------
|
|
|
.\" * set default formatting
|
|
|
.\" -----------------------------------------------------------------
|
|
@@ -47,7 +47,6 @@ The Y1 prototype release only supports AXFR\&. IXFR is not implemented\&.
|
|
|
.sp .5v
|
|
|
.RE
|
|
|
.PP
|
|
|
-
|
|
|
This daemon communicates with BIND 10 over a
|
|
|
\fBb10-msgq\fR(8)
|
|
|
C\-Channel connection\&. If this connection is not established,
|
|
@@ -60,24 +59,59 @@ receives its configurations from
|
|
|
\fBb10-cfgmgr\fR(8)\&.
|
|
|
.SH "CONFIGURATION AND COMMANDS"
|
|
|
.PP
|
|
|
-The configurable setting is
|
|
|
+The configurable settings are:
|
|
|
+.PP
|
|
|
+\fImaster_addr\fR
|
|
|
+The default is 127\&.0\&.0\&.1\&.
|
|
|
+.PP
|
|
|
+\fImaster_port\fR
|
|
|
+The default is 53\&.
|
|
|
+.PP
|
|
|
\fItransfers\-in\fR
|
|
|
-which defines the maximum number of inbound zone transfers that can run concurrently\&. The default is 10\&.
|
|
|
+defines the maximum number of inbound zone transfers that can run concurrently\&. The default is 10\&.
|
|
|
.PP
|
|
|
The configuration commands are:
|
|
|
.PP
|
|
|
|
|
|
-\fBshutdown\fR
|
|
|
-stops all incoming zone transfers and exits
|
|
|
-\fBb10\-xfrin\fR\&. (Note that the BIND 10 boss process will restart this service\&.)
|
|
|
+\fBnotify\fR
|
|
|
+is sent by
|
|
|
+\fBb10-zonemgr\fR(8)
|
|
|
+when a DNS NOTIFY message is received to initiate a zone transfer\&.
|
|
|
+This is an internal command and not exposed to the administrator\&.
|
|
|
+.PP
|
|
|
+
|
|
|
+\fBrefresh\fR
|
|
|
+triggers the transfer in for a single zone\&. It is the same as
|
|
|
+\fBretransfer\fR
|
|
|
+except it checks the SOA serial first\&.
|
|
|
+This is an internal command and not exposed to the administrator\&.
|
|
|
+
|
|
|
+.PP
|
|
|
+
|
|
|
+\fBrefresh_from_zonemgr\fR
|
|
|
+is sent by
|
|
|
+\fBb10-zonemgr\fR(8)
|
|
|
+according to the SOA\'s REFRESH time to tell
|
|
|
+\fBb10\-xfrin\fR
|
|
|
+that the zone needs to do a zone refresh\&. This is an internal command and not exposed to the administrator\&.
|
|
|
.PP
|
|
|
|
|
|
\fBretransfer\fR
|
|
|
triggers the transfer in for a single zone without checking the zone\'s serial number\&. It has the following arguments:
|
|
|
\fIzone_name\fR
|
|
|
-to define the zone to request and
|
|
|
+to define the zone to request,
|
|
|
+\fIzone_class\fR
|
|
|
+to define the class (defaults to
|
|
|
+\(lqIN\(rq),
|
|
|
\fImaster\fR
|
|
|
-to define the IP address of the authoritative server to transfer from\&.
|
|
|
+to define the IP address of the authoritative server to transfer from, and
|
|
|
+\fIport\fR
|
|
|
+to define the port number on the authoritative server (defaults to 53)\&.
|
|
|
+.PP
|
|
|
+
|
|
|
+\fBshutdown\fR
|
|
|
+stops all incoming zone transfers and exits
|
|
|
+\fBb10\-xfrin\fR\&. (Note that the BIND 10 boss process will restart this service\&.)
|
|
|
.if n \{\
|
|
|
.sp
|
|
|
.\}
|
|
@@ -99,6 +133,7 @@ This prototype version uses SQLite3 as its data source backend\&. Future version
|
|
|
|
|
|
\fBb10-cfgmgr\fR(8),
|
|
|
\fBb10-msgq\fR(8),
|
|
|
+\fBb10-zonemgr\fR(8),
|
|
|
\fBbind10\fR(8),
|
|
|
BIND 10 Guide\&.
|
|
|
.SH "HISTORY"
|