fix template
This commit is contained in:
parent
aad339d855
commit
4dab6ecdde
1 changed files with 1 additions and 4 deletions
|
@ -10,7 +10,4 @@ DNS = {% if vpn_dns is defined %}{{ vpn_dns }}{% else %}{{ server_address }}{% e
|
|||
[Peer]
|
||||
PublicKey = {{ item.PublicKey }}
|
||||
AllowedIPs = {{ item.AllowedIPs }}
|
||||
{% if item.EndPointIP is defined and item.EndPointIP != '' %}
|
||||
EndPoint = {{ item.EndPointIP }}:{{ item.listenport | default(listenport) }}
|
||||
{% endif %}
|
||||
{% endif %}{% endfor %}
|
||||
{% if item.EndPointIP is defined and item.EndPointIP != '' %}EndPoint = {{ item.EndPointIP }}:{{ item.listenport | default(listenport) }}{% endif %}{% endif %}{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue