HP-UX Reference (11i v2 03/08) - 4 File Formats (vol 8)
n
named.conf(4) named.conf(4)
[ search { domain_name ; [ domain_name ; ... ] }; ]
[ ndots number; ]
};
lwres Statement Definition and Usage
The
lwres statement configures the name server to also act as a lightweight resolver server. There may
be be multiple lwres statements configuring lightweight resolver servers with different properties. The
listen-on statement specifies a list of addresses and ports that a lightweight resolver daemon should
accept requests on. If no port is specified, port 921 is used. If this statement is omitted, requests will be
accepted on 127.0.0.1, port 921.
The
view statement binds this instance of a lightweight resolver daemon to a view in the DNS
namespace, so that the response will be constructed in the same manner as a normal DNS query match-
ing this view. If this statement is omitted, the default view is used, and if there is no default view, an
error is triggered.
The
search statement is equivalent to the search statement in
/etc/resolv.conf
. It provides a list
of domains which are appended to relative names in queries.
The
ndots statement is equivalent to the ndots
statement in /etc/resolv.conf
. It indicates the
minimum number of dots in a relative domain name that should result in an exact match lookup before
search path elements are appended.
options Statement Grammar
This is the grammar of the
options statement in the named.conf file:
options {
[ version version_string; ]
[ directory path_name; ]
[ tkey-domain domainname; ]
[ tkey-dhkey key_name key_tag; ]
[ dump-file path_name; ]
[ pid-file path_name; ]
[ statistics-file path_name; ]
[ zone-statistics yes_or_no; ]
[ auth-nxdomain yes_or_no; ]
[ dialup dialup_option; ]
[ minimal-responses yes_or_no; ]
[ notify yes_or_no | explicit; ]
[ recursion yes_or_no; ]
[ forward ( only | first ); ]
[ forwarders { ip_addr [port ip_port] ;
[ ip_addr [port ip_port] ; ... ] }; ]
[ allow-notify { address_match_list }; ]
[ allow-query { address_match_list }; ]
[ allow-transfer { address_match_list }; ]
[ allow-recursion { address_match_list }; ]
[ allow-v6-synthesis { address_match_list }; ]
[ blackhole { address_match_list }; ]
[ listen-on [ port ip_port ] { address_match_list }; ]
[ listen-on-v6 [ port ip_port ] { address_match_list }; ]
[ query-source [ address ( ip_addr |*)]
[ port ( ip_port |*)];]
[ max-transfer-time-in number; ]
[ max-transfer-time-out number; ]
[ max-transfer-idle-in number; ]
[ max-transfer-idle-out number; ]
[ tcp-clients number; ]
[ recursive-clients number; ]
[ serial-query-rate number; ]
[ transfer-format ( one-answer | many-answers ); ]
[ transfers-in number; ]
[ transfers-out number; ]
[ transfers-per-ns number; ]
[ transfer-source (ip4_addr | *) [port ip_port] ; ]
HP-UX 11i Version 2: August 2003 − 8 − Hewlett-Packard Company Section 4−−183