diff options
Diffstat (limited to 'doc/misc/redirect.zoneopt')
-rw-r--r-- | doc/misc/redirect.zoneopt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/misc/redirect.zoneopt b/doc/misc/redirect.zoneopt new file mode 100644 index 0000000..bcd9a57 --- /dev/null +++ b/doc/misc/redirect.zoneopt @@ -0,0 +1,13 @@ +zone <string> [ <class> ] { + type redirect; + allow-query { <address_match_element>; ... }; + allow-query-on { <address_match_element>; ... }; + dlz <string>; + file <quoted_string>; + masterfile-format ( raw | text ); + masterfile-style ( full | relative ); + max-records <integer>; + max-zone-ttl ( unlimited | <duration> ); + primaries [ port <integer> ] { ( <remote-servers> | <ipv4_address> [ port <integer> ] | <ipv6_address> [ port <integer> ] ) [ key <string> ] [ tls <string> ]; ... }; + zone-statistics ( full | terse | none | <boolean> ); +}; |