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