123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- '\" t
- .\" 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
- .\" Manual: BIND10
- .\" Source: BIND10
- .\" Language: English
- .\"
- .TH "B10\-XFRIN" "8" "March 17, 2010" "BIND10" "BIND10"
- .\" -----------------------------------------------------------------
- .\" * set default formatting
- .\" -----------------------------------------------------------------
- .\" disable hyphenation
- .nh
- .\" disable justification (adjust text to left margin only)
- .ad l
- .\" -----------------------------------------------------------------
- .\" * MAIN CONTENT STARTS HERE *
- .\" -----------------------------------------------------------------
- .SH "NAME"
- b10-xfrin \- Incoming DNS zone transfer service
- .SH "SYNOPSIS"
- .HP \w'\fBb10\-xfrin\fR\ 'u
- \fBb10\-xfrin\fR
- .SH "DESCRIPTION"
- .PP
- The
- \fBb10\-xfrin\fR
- daemon provides the BIND 10 incoming DNS zone transfer service\&. Normally it is started by the
- \fBbind10\fR(8)
- boss process\&. When triggered it can request and receive a zone transfer and store the zone in a BIND 10 zone data store\&.
- .if n \{\
- .sp
- .\}
- .RS 4
- .it 1 an-trap
- .nr an-no-space-flag 1
- .nr an-break-flag 1
- .br
- .ps +1
- \fBNote\fR
- .ps -1
- .br
- .sp
- 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,
- \fBb10\-xfrin\fR
- will exit\&.
- .PP
- \fBb10\-xfrin\fR
- receives its configurations from
- \fBb10-cfgmgr\fR(8)\&.
- .SH "CONFIGURATION AND COMMANDS"
- .PP
- The configurable setting is
- \fItransfers\-in\fR
- which 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\&.)
- .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
- \fImaster\fR
- to define the IP address of the authoritative server to transfer from\&.
- .if n \{\
- .sp
- .\}
- .RS 4
- .it 1 an-trap
- .nr an-no-space-flag 1
- .nr an-break-flag 1
- .br
- .ps +1
- \fBNote\fR
- .ps -1
- .br
- .PP
- This prototype version uses SQLite3 as its data source backend\&. Future versions will be configurable, supporting multiple data storage types\&.
- .sp .5v
- .RE
- .SH "SEE ALSO"
- .PP
- \fBb10-cfgmgr\fR(8),
- \fBb10-msgq\fR(8),
- \fBbind10\fR(8),
- BIND 10 Guide\&.
- .SH "HISTORY"
- .PP
- The
- \fBb10\-xfrin\fR
- daemon was implemented in March 2010 by Zhang Likun of CNNIC for the ISC BIND 10 project\&.
- .SH "COPYRIGHT"
- .br
- Copyright \(co 2010 Internet Systems Consortium, Inc. ("ISC")
- .br
|