Home | History | Annotate | Line # | Download | only in misc
mirror.zoneopt revision 1.1
      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  christos 	allow-transfer { <address_match_element>; ... };
      7  1.1  christos 	allow-update-forwarding { <address_match_element>; ... };
      8  1.1  christos 	also-notify [ port <integer> ] [ dscp <integer> ] { ( <masters> | <ipv4_address> [ port <integer> ] | <ipv6_address> [ port <integer> ] ) [ key <string> ]; ... };
      9  1.1  christos 	alt-transfer-source ( <ipv4_address> | * ) [ port ( <integer> | * ) ] [ dscp <integer> ];
     10  1.1  christos 	alt-transfer-source-v6 ( <ipv6_address> | * ) [ port ( <integer> | * ) ] [ dscp <integer> ];
     11  1.1  christos 	check-names ( fail | warn | ignore );
     12  1.1  christos 	database <string>;
     13  1.1  christos 	file <quoted_string>;
     14  1.1  christos 	ixfr-from-differences <boolean>;
     15  1.1  christos 	journal <quoted_string>;
     16  1.1  christos 	masterfile-format ( map | raw | text );
     17  1.1  christos 	masterfile-style ( full | relative );
     18  1.1  christos 	masters [ port <integer> ] [ dscp <integer> ] { ( <masters> | <ipv4_address> [ port <integer> ] | <ipv6_address> [ port <integer> ] ) [ key <string> ]; ... };
     19  1.1  christos 	max-journal-size ( default | unlimited | <sizeval> );
     20  1.1  christos 	max-records <integer>;
     21  1.1  christos 	max-refresh-time <integer>;
     22  1.1  christos 	max-retry-time <integer>;
     23  1.1  christos 	max-transfer-idle-in <integer>;
     24  1.1  christos 	max-transfer-idle-out <integer>;
     25  1.1  christos 	max-transfer-time-in <integer>;
     26  1.1  christos 	max-transfer-time-out <integer>;
     27  1.1  christos 	min-refresh-time <integer>;
     28  1.1  christos 	min-retry-time <integer>;
     29  1.1  christos 	multi-master <boolean>;
     30  1.1  christos 	notify ( explicit | master-only | <boolean> );
     31  1.1  christos 	notify-delay <integer>;
     32  1.1  christos 	notify-source ( <ipv4_address> | * ) [ port ( <integer> | * ) ] [ dscp <integer> ];
     33  1.1  christos 	notify-source-v6 ( <ipv6_address> | * ) [ port ( <integer> | * ) ] [ dscp <integer> ];
     34  1.1  christos 	request-expire <boolean>;
     35  1.1  christos 	request-ixfr <boolean>;
     36  1.1  christos 	transfer-source ( <ipv4_address> | * ) [ port ( <integer> | * ) ] [ dscp <integer> ];
     37  1.1  christos 	transfer-source-v6 ( <ipv6_address> | * ) [ port ( <integer> | * ) ] [ dscp <integer> ];
     38  1.1  christos 	try-tcp-refresh <boolean>;
     39  1.1  christos 	use-alt-transfer-source <boolean>;
     40  1.1  christos 	zero-no-soa-ttl <boolean>;
     41  1.1  christos 	zone-statistics ( full | terse | none | <boolean> );
     42  1.1  christos };
     43