tls demacro
This commit is contained in:
@@ -46,11 +46,9 @@ options {
|
||||
{% endif %}
|
||||
{% if item.statistics_channels is defined and item.statistics_channels %}
|
||||
{% include 'named.conf.statistics-channels.j2' %}
|
||||
{{ statistics_channels(item.statistics_channels) }}
|
||||
{% endif %}
|
||||
{% if item.tls is defined and item.tls %}
|
||||
{% from 'named.conf.tls.j2' import tls with context %}
|
||||
{{ tls(item.tls) }}
|
||||
{% include 'named.conf.tls.j2' %}
|
||||
{% endif %}
|
||||
{% if item.trust_anchors is defined and item.trust_anchors %}
|
||||
{% from 'named.conf.trust-anchors.j2' import trust_anchors with context %}
|
||||
|
||||
Reference in New Issue
Block a user