diff options
Diffstat (limited to 'src/bin/recurse/b10-recurse.8')
-rw-r--r-- | src/bin/recurse/b10-recurse.8 | 56 |
1 files changed, 3 insertions, 53 deletions
diff --git a/src/bin/recurse/b10-recurse.8 b/src/bin/recurse/b10-recurse.8 index 523c157e46..d28a7cfb95 100644 --- a/src/bin/recurse/b10-recurse.8 +++ b/src/bin/recurse/b10-recurse.8 @@ -2,12 +2,12 @@ .\" Title: b10-recurse .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: September 16, 2010 +.\" Date: December 27, 2010 .\" Manual: BIND10 .\" Source: BIND10 .\" Language: English .\" -.TH "B10\-RECURSE" "8" "September 16, 2010" "BIND10" "BIND10" +.TH "B10\-RECURSE" "8" "December 27, 2010" "BIND10" "BIND10" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -22,7 +22,7 @@ b10-recurse \- Recursive DNS server .SH "SYNOPSIS" .HP \w'\fBb10\-recurse\fR\ 'u -\fBb10\-recurse\fR [\fB\-4\fR] [\fB\-6\fR] [\fB\-a\ \fR\fB\fIaddress\fR\fR] [\fB\-n\fR] [\fB\-p\ \fR\fB\fInumber\fR\fR] [\fB\-u\ \fR\fB\fIusername\fR\fR] [\fB\-v\fR] +\fBb10\-recurse\fR [\fB\-u\ \fR\fB\fIusername\fR\fR] [\fB\-v\fR] .SH "DESCRIPTION" .PP The @@ -60,55 +60,6 @@ This prototype version only supports forwarding\&. Future versions will introduc .PP The arguments are as follows: .PP -\fB\-4\fR -.RS 4 -Enables IPv4 only mode\&. This switch may not be used with -\fB\-6\fR -nor -\fB\-a\fR\&. By default, it listens on both IPv4 and IPv6 (if capable)\&. -.RE -.PP -\fB\-6\fR -.RS 4 -Enables IPv6 only mode\&. This switch may not be used with -\fB\-4\fR -nor -\fB\-a\fR\&. By default, it listens on both IPv4 and IPv6 (if capable)\&. -.RE -.PP -\fB\-a \fR\fB\fIaddress\fR\fR -.RS 4 -The IPv4 or IPv6 address to listen on\&. This switch may not be used with -\fB\-4\fR -nor -\fB\-6\fR\&. The default is to listen on all addresses\&. (This is a short term workaround\&. This argument may change\&.) -.RE -.PP -\fB\-n\fR -.RS 4 -Do not cache answers in memory\&. The default is to use the cache for faster responses\&. The cache keeps the most recent 30,000 answers (positive and negative) in memory for 30 seconds (instead of querying the data source, such as SQLite3 database, each time)\&. -.RE -.PP -\fB\-p \fR\fB\fInumber\fR\fR -.RS 4 -The port number it listens on\&. The default is 5300\&. -.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 -The Y1 prototype runs on all interfaces and on this nonstandard port\&. -.sp .5v -.RE -.RE -.PP \fB\-u \fR\fB\fIusername\fR\fR .RS 4 The user name of the @@ -130,7 +81,6 @@ None\&. \fBb10-cfgmgr\fR(8), \fBb10-cmdctl\fR(8), -\fBb10-loadzone\fR(8), \fBb10-msgq\fR(8), \fBbind10\fR(8), BIND 10 Guide\&. |