summaryrefslogtreecommitdiffstats
path: root/contrib/bind/doc/html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/doc/html')
-rw-r--r--contrib/bind/doc/html/config.html4
-rw-r--r--contrib/bind/doc/html/options.html9
-rw-r--r--contrib/bind/doc/html/server.html6
3 files changed, 14 insertions, 5 deletions
diff --git a/contrib/bind/doc/html/config.html b/contrib/bind/doc/html/config.html
index 97f3a1b..b139ef2 100644
--- a/contrib/bind/doc/html/config.html
+++ b/contrib/bind/doc/html/config.html
@@ -11,7 +11,7 @@
<H3>Overview</H3>
-<P>BIND 8 is much more configurable than previous release of BIND.
+<P>BIND 8 is much more configurable than previous releases of BIND.
There are entirely new areas of configuration, such as access control lists
and categorized logging. Many options that previously applied to all zones
can now be used selectively. These features, plus a consideration of future
@@ -91,7 +91,7 @@ the BIND 8.2.x source kits.
<HR>
<ADDRESS>
-Last Updated: $Id: config.html,v 1.10 1999/09/15 20:28:01 cyarnell Exp $
+Last Updated: $Id: config.html,v 1.11 2000/11/28 20:03:48 cyarnell Exp $
</ADDRESS>
</BODY>
</HTML>
diff --git a/contrib/bind/doc/html/options.html b/contrib/bind/doc/html/options.html
index 5e96d1f..d5ea552 100644
--- a/contrib/bind/doc/html/options.html
+++ b/contrib/bind/doc/html/options.html
@@ -27,6 +27,7 @@ options {
[ fetch-glue <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
[ has-old-clients <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
[ host-statistics <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
+ [ host-statistics-max <VAR>number</VAR>; ]
[ multiple-cnames <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
[ notify <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
[ recursion <VAR><A HREF="docdef.html">yes_or_no</A></VAR>; ]
@@ -200,6 +201,12 @@ If <CODE>yes</CODE>, statistics are kept for every host that the
the nameserver interacts with. The default is <CODE>no</CODE>. <I>Note:</I>
turning on <CODE>host-statistics</CODE> can consume huge amounts of memory.
+<DT><CODE>host-statistics-max</CODE>
+<DD>
+The maximum number of host records that will be kept. When this limit is
+reached no new hosts will be added to the host statistics. If the set
+to zero then there is no limit set. The default value is zero.
+
<DT><CODE>maintain-ixfr-base</CODE>
<DD>
If <CODE>yes</CODE>, a transaction log is kept for
@@ -806,7 +813,7 @@ request for the root servers to be accepted. Default 2.
<HR>
<ADDRESS>
-Last Updated: $Id: options.html,v 1.40 2000/06/01 21:37:46 cyarnell Exp $
+Last Updated: $Id: options.html,v 1.41 2000/11/29 11:49:09 marka Exp $
</ADDRESS>
</BODY>
</HTML>
diff --git a/contrib/bind/doc/html/server.html b/contrib/bind/doc/html/server.html
index eba350b..cb0d7d1 100644
--- a/contrib/bind/doc/html/server.html
+++ b/contrib/bind/doc/html/server.html
@@ -30,7 +30,9 @@ associated with a remote name server.</P>
<P>If you discover that a server is giving out bad data, marking it as
<CODE>bogus</CODE> will prevent further queries to it. The default value of
-<CODE>bogus</CODE> is <CODE>no</CODE>.
+<CODE>bogus</CODE> is <CODE>no</CODE>. Marking a server as <CODE>bogus</CODE>
+will mark all other addresses for that server as <CODE>bogus</CODE> when
+a match is made when looking up a server's address by name.
<P>The server supports two zone transfer methods. The first,
<CODE>one-answer</CODE>, uses one DNS message per resource record
@@ -63,7 +65,7 @@ required to be signed by this key.
<HR>
<ADDRESS>
-Last Updated: $Id: server.html,v 1.10 1999/09/15 20:28:02 cyarnell Exp $
+Last Updated: $Id: server.html,v 1.11 2000/11/08 04:15:07 marka Exp $
</ADDRESS>
</BODY>
</HTML>
OpenPOWER on IntegriCloud