This commit is contained in:
phil 2023-04-17 23:17:22 +02:00
parent 4e098544be
commit f32891c328
5 changed files with 11 additions and 6 deletions

View file

@ -6,7 +6,9 @@
{% if domain.comment is defined %}
# {{ domain.comment }}
{% endif %}
{% if domain.relay_host is defined %}
{{ "%-50s %s" | format(domain.name, domain.relay_host) }}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}