mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-10 22:33:07 -05:00
complete the removal of the delegation-only and root-delegation-only options, and the delegation-only zone type.
5 lines
203 B
Text
5 lines
203 B
Text
zone <string> [ <class> ] {
|
|
type forward;
|
|
forward ( first | only );
|
|
forwarders [ port <integer> ] [ tls <string> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ] [ tls <string> ]; ... };
|
|
};
|