fix end if
This commit is contained in:
parent
708a29ed99
commit
4f969dd538
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ PublicKey = {{ item.PublicKey }}
|
|||
AllowedIPs = {{ item.AllowedIPs }}
|
||||
{% if item.EndPointIP is defined and item.EndPointIP != '' %}
|
||||
EndPoint = {{ item.EndPointIP }}:{{ listenport }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue