mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-02 21:40:43 -05:00
The "dscp" option is now marked as "ancient" and it is a configuration error to use it or to configure DSCP values for any source-address option.
6 lines
197 B
Text
6 lines
197 B
Text
zone <string> [ <class> ] {
|
|
type forward;
|
|
delegation-only <boolean>;
|
|
forward ( first | only );
|
|
forwarders [ port <integer> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ]; ... };
|
|
};
|