primary.zoneopt revision 1.1 1 zone <string> [ <class> ] {
2 type primary;
3 allow-query { <address_match_element>; ... };
4 allow-query-on { <address_match_element>; ... };
5 allow-transfer [ port <integer> ] [ transport <string> ] { <address_match_element>; ... };
6 allow-update { <address_match_element>; ... };
7 also-notify [ port <integer> ] { ( <remote-servers> | <ipv4_address> [ port <integer> ] | <ipv6_address> [ port <integer> ] ) [ key <string> ] [ tls <string> ]; ... };
8 alt-transfer-source ( <ipv4_address> | * ) ; // deprecated
9 alt-transfer-source-v6 ( <ipv6_address> | * ) ; // deprecated
10 auto-dnssec ( allow | maintain | off ); // deprecated
11 check-dup-records ( fail | warn | ignore );
12 check-integrity <boolean>;
13 check-mx ( fail | warn | ignore );
14 check-mx-cname ( fail | warn | ignore );
15 check-names ( fail | warn | ignore );
16 check-sibling <boolean>;
17 check-spf ( warn | ignore );
18 check-srv-cname ( fail | warn | ignore );
19 check-wildcard <boolean>;
20 database <string>;
21 dialup ( notify | notify-passive | passive | refresh | <boolean> ); // deprecated
22 dlz <string>;
23 dnskey-sig-validity <integer>;
24 dnssec-dnskey-kskonly <boolean>;
25 dnssec-loadkeys-interval <integer>;
26 dnssec-policy <string>;
27 dnssec-secure-to-insecure <boolean>;
28 dnssec-update-mode ( maintain | no-resign );
29 file <quoted_string>;
30 forward ( first | only );
31 forwarders [ port <integer> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ]; ... };
32 inline-signing <boolean>;
33 ixfr-from-differences <boolean>;
34 journal <quoted_string>;
35 key-directory <quoted_string>;
36 masterfile-format ( raw | text );
37 masterfile-style ( full | relative );
38 max-ixfr-ratio ( unlimited | <percentage> );
39 max-journal-size ( default | unlimited | <sizeval> );
40 max-records <integer>;
41 max-transfer-idle-out <integer>;
42 max-transfer-time-out <integer>;
43 max-zone-ttl ( unlimited | <duration> );
44 notify ( explicit | master-only | primary-only | <boolean> );
45 notify-delay <integer>;
46 notify-source ( <ipv4_address> | * ) ;
47 notify-source-v6 ( <ipv6_address> | * ) ;
48 notify-to-soa <boolean>;
49 nsec3-test-zone <boolean>; // test only
50 parental-agents [ port <integer> ] { ( <remote-servers> | <ipv4_address> [ port <integer> ] | <ipv6_address> [ port <integer> ] ) [ key <string> ] [ tls <string> ]; ... };
51 parental-source ( <ipv4_address> | * ) ;
52 parental-source-v6 ( <ipv6_address> | * ) ;
53 serial-update-method ( date | increment | unixtime );
54 sig-signing-nodes <integer>;
55 sig-signing-signatures <integer>;
56 sig-signing-type <integer>;
57 sig-validity-interval <integer> [ <integer> ];
58 update-check-ksk <boolean>;
59 update-policy ( local | { ( deny | grant ) <string> ( 6to4-self | external | krb5-self | krb5-selfsub | krb5-subdomain | krb5-subdomain-self-rhs | ms-self | ms-selfsub | ms-subdomain | ms-subdomain-self-rhs | name | self | selfsub | selfwild | subdomain | tcp-self | wildcard | zonesub ) [ <string> ] <rrtypelist>; ... } );
60 zero-no-soa-ttl <boolean>;
61 zone-statistics ( full | terse | none | <boolean> );
62 };
63