Home | History | Annotate | Line # | Download | only in misc
      1      1.1  christos zone <string> [ <class> ] {
      2      1.1  christos 	type mirror;
      3      1.1  christos 	allow-notify { <address_match_element>; ... };
      4      1.1  christos 	allow-query { <address_match_element>; ... };
      5      1.1  christos 	allow-query-on { <address_match_element>; ... };
      6  1.1.1.4  christos 	allow-transfer [ port <integer> ] [ transport <string> ] { <address_match_element>; ... };
      7      1.1  christos 	allow-update-forwarding { <address_match_element>; ... };
      8  1.1.1.7  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> ]; ... };
      9      1.1  christos 	check-names ( fail | warn | ignore );
     10      1.1  christos 	database <string>;
     11      1.1  christos 	file <quoted_string>;
     12      1.1  christos 	ixfr-from-differences <boolean>;
     13      1.1  christos 	journal <quoted_string>;
     14  1.1.1.4  christos 	masterfile-format ( raw | text );
     15      1.1  christos 	masterfile-style ( full | relative );
     16  1.1.1.2  christos 	max-ixfr-ratio ( unlimited | <percentage> );
     17      1.1  christos 	max-journal-size ( default | unlimited | <sizeval> );
     18      1.1  christos 	max-records <integer>;
     19  1.1.1.5  christos 	max-records-per-type <integer>;
     20      1.1  christos 	max-refresh-time <integer>;
     21      1.1  christos 	max-retry-time <integer>;
     22      1.1  christos 	max-transfer-idle-in <integer>;
     23      1.1  christos 	max-transfer-idle-out <integer>;
     24      1.1  christos 	max-transfer-time-in <integer>;
     25      1.1  christos 	max-transfer-time-out <integer>;
     26  1.1.1.5  christos 	max-types-per-name <integer>;
     27      1.1  christos 	min-refresh-time <integer>;
     28      1.1  christos 	min-retry-time <integer>;
     29  1.1.1.7  christos 	min-transfer-rate-in <integer> <integer>;
     30      1.1  christos 	multi-master <boolean>;
     31  1.1.1.2  christos 	notify ( explicit | master-only | primary-only | <boolean> );
     32  1.1.1.8  christos 	notify-defer <integer>;
     33      1.1  christos 	notify-delay <integer>;
     34  1.1.1.6  christos 	notify-source ( <ipv4_address> | * );
     35  1.1.1.6  christos 	notify-source-v6 ( <ipv6_address> | * );
     36  1.1.1.7  christos 	primaries [ port <integer> ] [ source ( <ipv4_address> | * ) ] [ source-v6 ( <ipv6_address> | * ) ] { ( <server-list> | <ipv4_address> [ port <integer> ] | <ipv6_address> [ port <integer> ] ) [ key <string> ] [ tls <string> ]; ... };
     37      1.1  christos 	request-expire <boolean>;
     38      1.1  christos 	request-ixfr <boolean>;
     39  1.1.1.6  christos 	transfer-source ( <ipv4_address> | * );
     40  1.1.1.6  christos 	transfer-source-v6 ( <ipv6_address> | * );
     41      1.1  christos 	try-tcp-refresh <boolean>;
     42      1.1  christos 	zero-no-soa-ttl <boolean>;
     43      1.1  christos 	zone-statistics ( full | terse | none | <boolean> );
     44      1.1  christos };
     45