fix end if

This commit is contained in:
Antonio J. Delgado 2022-11-04 17:55:57 +02:00
parent 708a29ed99
commit 4f969dd538

View file

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