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.
8 lines
219 B
ReStructuredText
8 lines
219 B
ReStructuredText
::
|
|
|
|
primaries <string> [ port <integer> ] [ dscp
|
|
<integer> ] { ( <primaries> | <ipv4_address>
|
|
[ port <integer> ] | <ipv6_address> [ port
|
|
<integer> ] ) [ key <string> ] [ tls
|
|
<string> ]; ... };
|