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> ]; ... };
|
|
};
|