Add support for a "tls" key/value pair for zone primaries, referencing either a "tls" configuration statement or "ephemeral". If set to use TLS, zones will send SOA and AXFR/IXFR queries over a TLS channel.
12 lines
266 B
ReStructuredText
12 lines
266 B
ReStructuredText
::
|
|
|
|
tls <string> {
|
|
ca-file <quoted_string>;
|
|
cert-file <quoted_string>;
|
|
ciphers <string>; // experimental
|
|
dh-param <quoted_string>; // experimental
|
|
hostname <quoted_string>;
|
|
key-file <quoted_string>;
|
|
protocols <sslprotos>; // experimental
|
|
};
|