HP-UX Reference (11i v3 07/02) - 4 File Formats (vol 8)
n
named.conf(4) named.conf(4)
(BIND 9.3)
// Query Address Options
[ query-source [ address ( ip_addr | * )]
[ port ( ip_port | * )]; ]
[ query-source-v6 [ address ( ip_addr | * )]
[ port ( ip_port | * )]; ]
// RRset Ordering Option
[ rrset-order { order_spec ; [ order_spec ; ]... }; ]
// Server Resource Limit Options
[ max-cache-size size_spec ; ]
[ max-journal-size size_spec ; ]
[ recursive-clients number ; ]
[ tcp-clients number ; ]
[ tcp-listen-queue number ; ]
// Sorting Option
[ sortlist { address_match_list }; ]
// Tuning Options
[ edns-udp-size number ; ]
[ lame-ttl number ; ]
[ max-cache-ttl number ; ]
[ max-ncache-ttl number ; ]
[ max-refresh-time number ; ]
[ max-retry-time number ; ]
[ min-refresh-time number ; ]
[ min-retry-time number ; ]
[ sig-validity-interval number ; ]
// Zone Transfer Options
[ also-notify { ( ip_addr [ port ip_port ] ; )... }; ]
[ alt-transfer-source ( ip4_addr | * )[port ip_port ] ; ]
[ alt-transfer-source-v6 ( ip6_addr | * )[port ip_port ] ; ]
[ max-transfer-idle-in number ; ]
[ max-transfer-idle-out number ; ]
[ max-transfer-time-in number ; ]
[ max-transfer-time-out number ; ]
[ notify-source ( ip4_addr | * )[port ip_port ] ; ]
[ notify-source-v6 ( ip6_addr | * )[port ip_port ] ; ]
[ serial-query-rate number ; ]
[ transfer-format ( one-answer | many-answers ) ; ]
[ transfer-source ( ip4_addr | * )[port ip_port ] ; ]
[ transfer-source-v6 ( ip6_addr | * )[port ip_port ] ; ]
[ transfers-in number ; ]
[ transfers-out number ; ]
[ transfers-per-ns number ; ]
[ use-alt-transfer-source 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 is generated. If there is no options statement, an options block with each
option set to its default will be used.
General Options
directory The working directory of the server. Any nonabsolute path names 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
HP-UX 11i Version 3: February 2007 − 11 − Hewlett-Packard Company 243