Add newlines between peers
This commit is contained in:
parent
a043bae576
commit
42cffe9ced
1 changed files with 3 additions and 0 deletions
|
|
@ -14,4 +14,7 @@ PrivateKeyFile={{ vpn_server_key_path }}
|
||||||
PublicKey={{ peer.public_key }}
|
PublicKey={{ peer.public_key }}
|
||||||
PresharedKeyFile={{ vpn_preshared_path }}
|
PresharedKeyFile={{ vpn_preshared_path }}
|
||||||
AllowedIPs={{ peer.ip }}/32
|
AllowedIPs={{ peer.ip }}/32
|
||||||
|
{% if not loop.last %}
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue