|
@@ -2,12 +2,12 @@
|
|
|
.\" Title: b10-zonemgr
|
|
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
|
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
|
|
-.\" Date: September 8, 2010
|
|
|
+.\" Date: October 18, 2010
|
|
|
.\" Manual: BIND10
|
|
|
.\" Source: BIND10
|
|
|
.\" Language: English
|
|
|
.\"
|
|
|
-.TH "B10\-ZONEMGR" "8" "September 8, 2010" "BIND10" "BIND10"
|
|
|
+.TH "B10\-ZONEMGR" "8" "October 18, 2010" "BIND10" "BIND10"
|
|
|
.\" -----------------------------------------------------------------
|
|
|
.\" * set default formatting
|
|
|
.\" -----------------------------------------------------------------
|
|
@@ -43,6 +43,26 @@ receives its configurations from
|
|
|
\fBb10-cfgmgr\fR(8)\&.
|
|
|
.SH "CONFIGURATION AND COMMANDS"
|
|
|
.PP
|
|
|
+The configurable settings are:
|
|
|
+.PP
|
|
|
+
|
|
|
+\fIjitter_scope\fR
|
|
|
+defines the random jitter range subtracted from the refresh and retry timers to avoid many zones from refreshing at the same time\&. The refresh or retry time actually used is a random time between the defined refresh or retry time and it multiplied by the
|
|
|
+\fIjitter_scope\fR\&. This is re\-evaluated after each refresh or retry\&. This value is a real number and the maximum is 0\&.5 (half of the refresh or retry time)\&. The default is 0\&.25\&. Set to 0 to disable the jitter\&.
|
|
|
+.PP
|
|
|
+
|
|
|
+\fIlowerbound_refresh\fR
|
|
|
+defines the minimum SOA REFRESH time in seconds\&. The default is 10\&.
|
|
|
+.PP
|
|
|
+
|
|
|
+\fIlowerbound_retry\fR
|
|
|
+defines the minimum SOA RETRY time in seconds\&. The default is 5\&.
|
|
|
+.PP
|
|
|
+
|
|
|
+\fImax_transfer_timeout\fR
|
|
|
+defines the maximum amount of time in seconds for a transfer\&.
|
|
|
+The default is 14400 (4 hours)\&.
|
|
|
+.PP
|
|
|
The configuration commands are:
|
|
|
.PP
|
|
|
|