mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-24 02:58:38 +00:00
7 lines
235 B
Plaintext
7 lines
235 B
Plaintext
|
zone <string> [ <class> ] {
|
||
|
type forward;
|
||
|
delegation-only <boolean>;
|
||
|
forward ( first | only );
|
||
|
forwarders [ port <integer> ] [ dscp <integer> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ dscp <integer> ]; ... };
|
||
|
};
|