fix endif
This commit is contained in:
parent
b81189eeaa
commit
95825b9f03
1 changed files with 1 additions and 0 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue