HP-UX Reference (11i v3 07/02) - 4 File Formats (vol 8)

n
named.conf(4) named.conf(4)
(BIND 9.3)
The lwres Statement
lwres Statement Grammar
lwres {
[ listen-on { ( ip_addr [ port ip_port ] ; )... }; ]
[ ndots number ; ]
[ search { domain_name ; [ domain_name ; ]... }; ]
[ view view_name ; ]
};
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 ndots statement is equivalent to the
ndots directive 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.
The
search statement is equivalent to the search directive in /etc/resolv.conf
. It provides a
list of domains that are appended to relative names in queries.
The
view statement binds this instance of a lightweight resolver daemon to a view in the DNS name
space, so that the response will be constructed in the same manner as a normal DNS query matching this
view. If this statement is omitted, the default view is used, and if there is no default view, an error is trig-
gered.
The masters Statement
masters Statement Grammar
masters name [ port ip_port ] { (
( masters_list | ip_addr [ port ip_port ][key key ]);
)... };
masters Statement Definition and Usage
A masters statement defines a masters list. This allows you to include sets of masters in the
masters
clauses of multiple stub and slave zone statements. See type slave and type stub in the zone
Statement Definition and Usage section.
name The name of the
masters statement.
masters_list The acl_name of an acl statement that specifies a list of masters.
The options Statement
options Statement Grammar
options {
// General Options
[ directory path_name ; ]
[ disable-algorithms domain { algorithm ; [ algorithm ; ] }; ]
[ dnssec-lookaside domain trust-anchor domain ; ]
[ dnssec-must-be-secure domain yes_or_no ; ]
[ dump-file path_name ; ]
[ key-directory path_name ; ]
[ memstatistics-file path_name ; ]
[ pid-file path_name ; ]
[ port ip_port ; ]
[ preferred-glue ( A | AAAA | NONE ) ; ]
[ random-device path_name ; ]
[ root-delegation-only [ exclude { namelist } ] ; ]
[ statistics-file path_name ; ]
[ tkey-dhkey key_name key_tag ; ]
[ tkey-domain domainname ; ]
HP-UX 11i Version 3: February 2007 9 Hewlett-Packard Company 241