1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- '\" t
- .\" Title: b10-resolver
- .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
- .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
- .\" Date: January 3, 2011
- .\" Manual: BIND10
- .\" Source: BIND10
- .\" Language: English
- .\"
- .TH "B10\-RESOLVER" "8" "January 3, 2011" "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-resolver \- Recursive DNS server
- .SH "SYNOPSIS"
- .HP \w'\fBb10\-resolver\fR\ 'u
- \fBb10\-resolver\fR [\fB\-u\ \fR\fB\fIusername\fR\fR] [\fB\-v\fR]
- .SH "DESCRIPTION"
- .PP
- The
- \fBb10\-resolver\fR
- daemon provides the BIND 10 recursive DNS server\&. Normally it is started by the
- \fBbind10\fR(8)
- boss process\&.
- .PP
- This daemon communicates with other BIND 10 components over a
- \fBb10-msgq\fR(8)
- C\-Channel connection\&. If this connection is not established,
- \fBb10\-resolver\fR
- will exit\&.
- .PP
- It also receives its configurations from
- \fBb10-cfgmgr\fR(8)\&. Currently no configuration commands are defined\&.
- .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 only supports forwarding\&. Future versions will introduce full recursion, cache, lookup of local authoritative data (as in
- \fBb10\-auth\fR), and DNSSEC validation\&.
- .sp .5v
- .RE
- .SH "OPTIONS"
- .PP
- The arguments are as follows:
- .PP
- \fB\-u \fR\fB\fIusername\fR\fR
- .RS 4
- The user name of the
- \fBb10\-resolver\fR
- daemon\&. If specified, the daemon changes the process owner to the specified user\&. The
- \fIusername\fR
- must be either a valid numeric user ID or a valid user name\&. By default the daemon runs as the user who invokes it\&.
- .RE
- .PP
- \fB\-v\fR
- .RS 4
- Enabled verbose mode\&. This enables diagnostic messages to STDERR\&.
- .RE
- .SH "FILES"
- .PP
- None\&.
- .SH "SEE ALSO"
- .PP
- \fBb10-cfgmgr\fR(8),
- \fBb10-cmdctl\fR(8),
- \fBb10-msgq\fR(8),
- \fBbind10\fR(8),
- BIND 10 Guide\&.
- .SH "HISTORY"
- .PP
- The
- \fBb10\-resolver\fR
- daemon was first coded in September 2010\&.
- .SH "COPYRIGHT"
- .br
- Copyright \(co 2010 Internet Systems Consortium, Inc. ("ISC")
- .br
|