Home | History | Annotate | Line # | Download | only in misc
      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.1.4  christos 	also-notify [ port <integer> ] [ source ( <ipv4_address> | * ) ] [ source-v6 ( <ipv6_address> | * ) ] { ( <server-list> | <ipv4_address> [ port <integer> ] | <ipv6_address> [ port <integer> ] ) [ key <string> ] [ tls <string> ]; ... };
      8      1.1  christos 	check-dup-records ( fail | warn | ignore );
      9      1.1  christos 	check-integrity <boolean>;
     10      1.1  christos 	check-mx ( fail | warn | ignore );
     11      1.1  christos 	check-mx-cname ( fail | warn | ignore );
     12      1.1  christos 	check-names ( fail | warn | ignore );
     13      1.1  christos 	check-sibling <boolean>;
     14      1.1  christos 	check-spf ( warn | ignore );
     15      1.1  christos 	check-srv-cname ( fail | warn | ignore );
     16  1.1.1.3  christos 	check-svcb <boolean>;
     17      1.1  christos 	check-wildcard <boolean>;
     18  1.1.1.3  christos 	checkds ( explicit | <boolean> );
     19      1.1  christos 	database <string>;
     20      1.1  christos 	dialup ( notify | notify-passive | passive | refresh | <boolean> ); // deprecated
     21      1.1  christos 	dlz <string>;
     22  1.1.1.3  christos 	dnskey-sig-validity <integer>; // obsolete
     23  1.1.1.3  christos 	dnssec-dnskey-kskonly <boolean>; // obsolete
     24      1.1  christos 	dnssec-loadkeys-interval <integer>;
     25      1.1  christos 	dnssec-policy <string>;
     26  1.1.1.3  christos 	dnssec-secure-to-insecure <boolean>; // obsolete
     27  1.1.1.3  christos 	dnssec-update-mode ( maintain | no-resign ); // obsolete
     28      1.1  christos 	file <quoted_string>;
     29      1.1  christos 	forward ( first | only );
     30  1.1.1.3  christos 	forwarders [ port <integer> ] [ tls <string> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ tls <string> ]; ... };
     31      1.1  christos 	inline-signing <boolean>;
     32      1.1  christos 	ixfr-from-differences <boolean>;
     33      1.1  christos 	journal <quoted_string>;
     34      1.1  christos 	key-directory <quoted_string>;
     35      1.1  christos 	masterfile-format ( raw | text );
     36      1.1  christos 	masterfile-style ( full | relative );
     37      1.1  christos 	max-ixfr-ratio ( unlimited | <percentage> );
     38      1.1  christos 	max-journal-size ( default | unlimited | <sizeval> );
     39      1.1  christos 	max-records <integer>;
     40  1.1.1.2  christos 	max-records-per-type <integer>;
     41      1.1  christos 	max-transfer-idle-out <integer>;
     42      1.1  christos 	max-transfer-time-out <integer>;
     43  1.1.1.2  christos 	max-types-per-name <integer>;
     44  1.1.1.3  christos 	max-zone-ttl ( unlimited | <duration> ); // deprecated
     45      1.1  christos 	notify ( explicit | master-only | primary-only | <boolean> );
     46  1.1.1.5  christos 	notify-defer <integer>;
     47      1.1  christos 	notify-delay <integer>;
     48  1.1.1.3  christos 	notify-source ( <ipv4_address> | * );
     49  1.1.1.3  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.1.4  christos 	parental-agents [ port <integer> ] [ source ( <ipv4_address> | * ) ] [ source-v6 ( <ipv6_address> | * ) ] { ( <server-list> | <ipv4_address> [ port <integer> ] | <ipv6_address> [ port <integer> ] ) [ key <string> ] [ tls <string> ]; ... };
     53  1.1.1.3  christos 	parental-source ( <ipv4_address> | * );
     54  1.1.1.3  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.1.3  christos 	sig-validity-interval <integer> [ <integer> ]; // obsolete
     60  1.1.1.3  christos 	update-check-ksk <boolean>; // obsolete
     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