fix endif

This commit is contained in:
Antonio J. Delgado 2023-04-06 21:14:52 +03:00
parent b81189eeaa
commit 95825b9f03

View file

@ -12,4 +12,5 @@ PublicKey = {{ item.PublicKey }}
AllowedIPs = {{ item.AllowedIPs }} AllowedIPs = {{ item.AllowedIPs }}
{% if item.EndPointIP is defined and item.EndPointIP != '' %} {% if item.EndPointIP is defined and item.EndPointIP != '' %}
EndPoint = {{ item.EndPointIP }}:{{ listenport }} EndPoint = {{ item.EndPointIP }}:{{ listenport }}
{% endif %}
{% endfor %} {% endfor %}