use listen port
This commit is contained in:
parent
85ae1b531d
commit
551ac6fc01
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ ListenPort = {{ listenport }}
|
|||
PublicKey = {{ item.PublicKey }}
|
||||
AllowedIPs = {{ item.AllowedIPs }}
|
||||
{% if item.EndPointIP is defined and item.EndPointIP != '' %}
|
||||
EndPoint = {{ item.EndPointIP }}:{{ listenport }}
|
||||
EndPoint = {{ item.EndPointIP }}:{{ item.listenport | default(listenport) }}
|
||||
{% endif %}
|
||||
{% endif %}{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue