Configuring and Managing MPE/iX Internet Services (MPE/iX 6.0)

Appendix C 169
BIND 8.1 Enhanced Features
BIND 8 Highlights
[ forward ( only | first ); ]
[ forwarders { [ in_addr ; [ in_addr ; ... ] ] }; ]
[ check-names ( master | slave | response ) ( warn | fail | ignore); ]
[ allow-query { address_match_list }; ]
[ allow-transfer { address_match_list }; ]
[ listen-on [ port ip_port ] { address_match_list }; ]
[ query-source [ address ( ip_addr | * ) ]
[ port ( ip_port | * ) ] ; ]
[ max-transfer-time-in number; ]
[ transfer-format ( one-answer | many-answers ); ]
[ transfers-in number; ]
[ transfers-out number; ]
[ transfers-per-ns number; ]
[ coresize size_spec ; ]
[ datasize size_spec ; ]
[ files size_spec ; ]
[ stacksize size_spec ; ]
[ cleaning-interval number; ]
[ interface-interval number; ]
[ statistics-interval number; ]
[ topology { address_match_list }; ]
};
Definition and Use
The options statement sets up global options to be used by BIND. This
statement may appear at only once in a configuration file; if more than
one occurrence is found, the first occurrence determines the actual
options used, and a warning will be generated. If there is no options
statement, an options block with each option set to its default will be
used.
Pathnames directory The working directory of the server. Any non-absolute
pathnames in the configuration file will be taken as
relative to this directory. The default location for most
server output files, for example, “named.run” is this
directory. If a directory is not specified, the working
directory defaults to “.”, the directory from which the
server was started. The directory specified should be an
absolute path.
named-xfer The pathname to the named-xfer program that the
server uses for inbound zone transfers. If not specified,
the default is system dependent for example,
/usr/sbin/named-xfer”.
dump-file The pathname of the file the server dumps the database
to when it receives SIGINT signal (ndc dumpdb). If not
specified, the default is “named_dump.db”.
memstatistics-
file The pathname of the file the server writes memory
usage statistics to on exit, if deallocate-on-exit is
yes. If not specified, the default is “named.memstats”.