mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-24 19:18:50 +00:00
complete the removal of the delegation-only and root-delegation-only options, and the delegation-only zone type.
6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
zone <string> [ <class> ] {
|
|
type forward;
|
|
forward ( first | only );
|
|
forwarders [ port <integer> ] [ tls <string> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ tls <string> ]; ... };
|
|
};
|