mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
9 lines
251 B
ReStructuredText
9 lines
251 B
ReStructuredText
|
|
::
|
||
|
|
|
||
|
|
zone <string> [ <class> ] {
|
||
|
|
type forward;
|
||
|
|
delegation-only <boolean>;
|
||
|
|
forward ( first | only );
|
||
|
|
forwarders [ port <integer> ] [ dscp <integer> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ dscp <integer> ]; ... };
|
||
|
|
};
|