4873. [doc] Grammars for named.conf included in the ARM are now
automatically generated by the configuration parser
itself. As a side effect of the work needed to
separate zone type grammars from each other, this
also makes checking of zone statements in
named-checkconf more correct and consistent.
[RT #36957]
(cherry picked from commit 129c4414cb)
7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
zone <string> [ <class> ] {
|
|
type hint;
|
|
check-names ( fail | warn | ignore );
|
|
delegation-only <boolean>;
|
|
file <quoted_string>;
|
|
};
|