From 6070c7c97a722aaef19151fc2a9b715950a60100 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 6 Nov 2000 16:10:58 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'bind-vendor-v8_2_3_aa_patch'. --- contrib/bind/doc/html/server.html | 69 --------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 contrib/bind/doc/html/server.html (limited to 'contrib/bind/doc/html/server.html') diff --git a/contrib/bind/doc/html/server.html b/contrib/bind/doc/html/server.html deleted file mode 100644 index eba350ba3f36..000000000000 --- a/contrib/bind/doc/html/server.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - BIND server Statement - - - -

BIND Configuration File Guide--server Statement

- -
- -

Syntax

- -
-server ip_addr {
-  [ bogus yes_or_no; ]
-  [ support-ixfr yes_or_no; ]
-  [ transfers number; ]
-  [ transfer-format ( one-answer | many-answers ); ]
-  [ keys { key_id [key_id ... ] }; ]
-};
-
- -
- -

Definition and Usage

- -

The server statement defines the characteristics to be -associated with a remote name server.

- -

If you discover that a server is giving out bad data, marking it as -bogus will prevent further queries to it. The default value of -bogus is no. - -

The server supports two zone transfer methods. The first, -one-answer, uses one DNS message per resource record -transferred. many-answers packs as many resource records -as possible into a message. many-answers is more -efficient, but is only known to be understood by BIND 8.1 and patched -versions of BIND 4.9.5. You can specify which method to use for a -server with the transfer-format option. If -transfer-format is not specified, the transfer-format -specified by the options statement will be used. - -

The transfers will be used in a future release of the server -to limit the number of concurrent in-bound zone transfers from the specified -server. It is checked for syntax but is otherwise ignored. - -

The keys clause is used to identify a -key_id defined by the key statement, to be -used for transaction security when talking to the remote server. -The key statememnt must come before the server -statement that references it. When a request is sent to the remote server, -a request signature will be generated using the key specified here and -appended to the message. A request originating from the remote server is not -required to be signed by this key. - -


- -

[ BIND Config. File -| BIND Home -| ISC ]

- -
-
-Last Updated: $Id: server.html,v 1.10 1999/09/15 20:28:02 cyarnell Exp $ -
- - -- cgit v1.3