summaryrefslogtreecommitdiffstats
path: root/doc/misc/forward.zoneopt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/forward.zoneopt')
-rw-r--r--doc/misc/forward.zoneopt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/forward.zoneopt b/doc/misc/forward.zoneopt
new file mode 100644
index 0000000..069f2ce
--- /dev/null
+++ b/doc/misc/forward.zoneopt
@@ -0,0 +1,6 @@
+zone <string> [ <class> ] {
+ type forward;
+ delegation-only <boolean>; // deprecated
+ forward ( first | only );
+ forwarders [ port <integer> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ]; ... };
+};