Home | History | Annotate | Line # | Download | only in misc
      1      1.1  christos zone <string> [ <class> ] {
      2      1.1  christos 	type static-stub;
      3      1.1  christos 	allow-query { <address_match_element>; ... };
      4      1.1  christos 	allow-query-on { <address_match_element>; ... };
      5      1.1  christos 	forward ( first | only );
      6  1.1.1.5  christos 	forwarders [ port <integer> ] [ tls <string> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ tls <string> ]; ... };
      7      1.1  christos 	max-records <integer>;
      8  1.1.1.4  christos 	max-records-per-type <integer>;
      9  1.1.1.4  christos 	max-types-per-name <integer>;
     10  1.1.1.2  christos 	server-addresses { ( <ipv4_address> | <ipv6_address> ); ... };
     11  1.1.1.2  christos 	server-names { <string>; ... };
     12      1.1  christos 	zone-statistics ( full | terse | none | <boolean> );
     13      1.1  christos };
     14