|
@@ -2,12 +2,12 @@
|
|
|
.\" 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 19, 2011
|
|
|
+.\" Date: February 17, 2011
|
|
|
.\" Manual: BIND10
|
|
|
.\" Source: BIND10
|
|
|
.\" Language: English
|
|
|
.\"
|
|
|
-.TH "B10\-RESOLVER" "8" "January 19, 2011" "BIND10" "BIND10"
|
|
|
+.TH "B10\-RESOLVER" "8" "February 17, 2011" "BIND10" "BIND10"
|
|
|
.\" -----------------------------------------------------------------
|
|
|
.\" * set default formatting
|
|
|
.\" -----------------------------------------------------------------
|
|
@@ -39,23 +39,6 @@ will exit\&.
|
|
|
.PP
|
|
|
It also receives its configurations from
|
|
|
\fBb10-cfgmgr\fR(8)\&.
|
|
|
-.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:
|
|
@@ -95,11 +78,30 @@ number\&. The defaults are address ::1 port 5300 and address 127\&.0\&.0\&.1 por
|
|
|
.PP
|
|
|
|
|
|
\fIretries\fR
|
|
|
-is the number of times to retry (resend query) after a timeout\&. The default is 0 (do not retry)\&.
|
|
|
+is the number of times to retry (resend query) after a query timeout (\fItimeout_query\fR)\&. The default is 3\&.
|
|
|
+.PP
|
|
|
+
|
|
|
+\fIroot_addresses\fR
|
|
|
+is a list of addresses and ports for
|
|
|
+\fBb10\-resolver\fR
|
|
|
+to use directly as root servers to start resolving\&. The list items are the
|
|
|
+\fIaddress\fR
|
|
|
+string and
|
|
|
+\fIport\fR
|
|
|
+number\&. If empty, a hardcoded address for F\-root (192\&.5\&.5\&.241) is used\&.
|
|
|
+.PP
|
|
|
+
|
|
|
+\fItimeout_client\fR
|
|
|
+is the number of milliseconds to wait before timing out the incoming client query\&. If set to \-1, this timeout is disabled\&. The default is 4000\&. After this timeout, a SERVFAIL is sent back to the client asking the question\&. (The lookup may continue after the timeout, but a later answer is not returned for the now\-past query\&.)
|
|
|
.PP
|
|
|
|
|
|
-\fItimeout\fR
|
|
|
-is the number of milliseconds to wait for answer\&. If set to \-1, the timeout is disabled\&. The default is 2000\&.
|
|
|
+\fItimeout_lookup\fR
|
|
|
+is the number of milliseconds before it stops trying the query\&. If set to \-1, this timeout is disabled\&. The default is 30000\&.
|
|
|
+.PP
|
|
|
+
|
|
|
+
|
|
|
+\fItimeout_query\fR
|
|
|
+is the number of milliseconds to wait before it retries a query\&. If set to \-1, this timeout is disabled\&. The default is 2000\&.
|
|
|
.PP
|
|
|
The configuration command is:
|
|
|
.PP
|
|
@@ -119,8 +121,7 @@ BIND 10 Guide\&.
|
|
|
.PP
|
|
|
The
|
|
|
\fBb10\-resolver\fR
|
|
|
-daemon was first coded in September 2010\&. The initial implementation only provided forwarding\&.
|
|
|
-
|
|
|
+daemon was first coded in September 2010\&. The initial implementation only provided forwarding\&. Iteration was introduced in January 2011\&.
|
|
|
|
|
|
.SH "COPYRIGHT"
|
|
|
.br
|