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.
12 lines
445 B
Plaintext
12 lines
445 B
Plaintext
zone <string> [ <class> ] {
|
|
type static-stub;
|
|
allow-query { <address_match_element>; ... };
|
|
allow-query-on { <address_match_element>; ... };
|
|
forward ( first | only );
|
|
forwarders [ port <integer> ] { ( <ipv4_address> | <ipv6_address> ) [ port <integer> ]; ... };
|
|
max-records <integer>;
|
|
server-addresses { ( <ipv4_address> | <ipv6_address> ); ... };
|
|
server-names { <string>; ... };
|
|
zone-statistics ( full | terse | none | <boolean> );
|
|
};
|