Open System Services System Calls Reference Manual (G06.28+, H06.05+)

named.conf(4) OSS System Calls Reference Manual
NAME
named.conf - conguration le for BIND 9 domain name server named
DESCRIPTION
named.conf is the conguration le for the named server.
Within the le, directive statements are enclosed in braces and terminated with a semi-colon.
Clauses in the statements are also terminated with a semi-colon. The following comment styles
are supported:
C style /* */
C++ style // to end of line
UNIX style # to end of line
Directives
acl
acl string { address_match_element
; ... };
key
key domain_name {
algorithm string;
secret string;
};
masters
masters string [ port integer ]{
( masters | ipv4_address [port integer]|
ipv6_address [port integer])[keystring ]; ...
};
server
server ( ipv4_address | ipv6_address ){
bogus boolean;
edns boolean;
provide-ixfr boolean;
request-ixfr boolean;
keys server_key;
transfers integer;
transfer-format ( many-answers | one-answer );
transfer-source ( ipv4_address |*)
[ port ( integer |*)];
transfer-source-v6 ( ipv6_address |*)
[ port ( integer |*)];
support-ixfr boolean;//obsolete
};
trusted-keys
trusted-keys {
domain_name flags protocol algorithm key; ...
};
1118 Hewlett-Packard Company 527186-007