xref: /netbsd-src/external/mpl/bind/dist/doc/misc/forward.zoneopt (revision 9689912e6b171cbda866ec33f15ae94a04e2c02d)
1zone <string> [ <class> ] {
2	type forward;
3	forward ( first | only );
4	forwarders [ port <integer> ] [ tls <string> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ tls <string> ]; ... };
5};
6