Fix submission config error
This commit is contained in:
parent
4680285605
commit
837832be9b
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ submission:
|
|||
check-interval: {{ knot_dnssec_submission_check_interval }}
|
||||
timeout: {{ knot_dnssec_submission_timeout }}
|
||||
{% if zone.parents is defined and zone.parents | length > 0 %}
|
||||
parent:{% for parent in zone.parents %} {{ parent }}{% endfor %}
|
||||
parent:{% for parent in zone.parents %} remote-{{ parent }}{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue