fix template
This commit is contained in:
parent
e05ab76cb2
commit
888bad27dc
1 changed files with 2 additions and 1 deletions
|
@ -11,4 +11,5 @@ 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