server
Statementserver ip_addr { [ bogus yes_or_no; ] [ transfers number; ] [ transfer-format ( one-answer | many-answers ); ] [ keys { key_id [key_id ... ] }; ] };
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
prevents further queries to it. The default value of
bogus
is no
.
The server supports the following zone transfer methods:
one-answer
many-answers
You can specify which method to use for a
server with the transfer-format
option. If
transfer-format
option is not specified, the
transfer-format
specified by the options
statement is used.
The transfers
option 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
statement is intended for future use by the
server. It is checked for syntax but is otherwise ignored.