HP-UX Reference (11i v2 04/09) - 4 File Formats (vol 8)

n
named.conf(4) named.conf(4)
[ transfer-source-v6 (ip6_addr | *) [port ip_port] ; ]
[ notify-source (ip4_addr | *) [port ip_port] ; ]
[ notify-source-v6 (ip6_addr | *) [port ip_port] ; ]
[ also-notify { ip_addr [port ip_port] ;
[ ip_addr [port ip_port] ; ... ] }; ]
[ coresize size_spec ; ]
[ datasize size_spec ; ]
[ files size_spec ; ]
[ stacksize size_spec ; ]
[ cleaning-interval number; ]
[ heartbeat-interval number; ]
[ interface-interval number; ]
[ sortlist { address_match_list }];
[ lame-ttl number; ]
[ max-ncache-ttl number; ]
[ max-cache-ttl number; ]
[ sig-validity-interval number ; ]
[ use-ixfr yes_or_no ; ]
[ provide-ixfr yes_or_no; ]
[ request-ixfr yes_or_no; ]
[ min-refresh-time number ; ]
[ max-refresh-time number ; ]
[ min-retry-time number ; ]
[ max-retry-time number ; ]
[ port ip_port; ]
[ additional-from-auth yes_or_no ; ]
[ additional-from-cache yes_or_no ; ]
[ random-device path_name ; ]
[ max-cache-size size_spec ; ]
[ match-mapped-addresses yes_or_no; ]
[ edns yes_or_no; ]
};
options Statement Definition and Usage
The
options statement sets up global options to be used by BIND. This statement may appear 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.
version The version that the server should report via a query of name version.bind in class
CHAOS. Default is the real version number of this server.
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 (e.g. named.run) is this directory. If a directory is not specified, the working direc-
tory defaults to (.), the directory from which the server was started. The directory
specified should be an absolute path.
tkey-domain
The domain appended to the names of all shared keys generated with TKEY. When a
client requests a TKEY exchange, it may or may not specify the desired name for the key.
If present, the name of the shared key will be client specified part + tkey-
domain. Otherwise, the name of the shared key will be random hex digits +
tkey-domain. In most cases, the domain name should be the server’s domain name.
tkey-dhkey The Diffie-Hellman key used by the server to generate shared keys with clients
using the Diffie-Hellman mode of TKEY. The server must be able to load the public
and private keys from files in the working directory. In most cases, the keyname should
be the server’s host name.
dump-file The pathname of the file to which the server dumps the database with rndc dumpdb.
Default is named_dump.db.
pid-file The pathname of the file in which the server writes its process ID. If not specified, the
default pathname /var/run/named.pid The pid-file is used by programs that
need to send signals to the running nameserver.
Section 4184 Hewlett-Packard Company 9 HP-UX 11i Version 2: September 2004