mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 04:21:07 -05:00
7 lines
235 B
Text
7 lines
235 B
Text
|
|
zone <string> [ <class> ] {
|
||
|
|
type forward;
|
||
|
|
delegation-only <boolean>;
|
||
|
|
forward ( first | only );
|
||
|
|
forwarders [ port <integer> ] [ dscp <integer> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ dscp <integer> ]; ... };
|
||
|
|
};
|