Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)

Files named.conf(4)
NAME
named.conf - configuration file for BIND 9 domain name server named
DESCRIPTION
named.conf is the configuration file for the named server.
Within the file, 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; ...
};
527186-023 Hewlett-Packard Company 1121