mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 10:10:06 +00:00
7 lines
223 B
Plaintext
7 lines
223 B
Plaintext
|
zone <string> [ <class> ] {
|
||
|
type forward;
|
||
|
forward ( first | only );
|
||
|
forwarders [ port <integer> ] [ tls <string> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ tls <string> ]; ... };
|
||
|
template <string>;
|
||
|
};
|