Add newlines between peers

This commit is contained in:
sonny 2021-12-28 11:31:13 +01:00
parent a043bae576
commit 42cffe9ced

View file

@ -14,4 +14,7 @@ PrivateKeyFile={{ vpn_server_key_path }}
PublicKey={{ peer.public_key }}
PresharedKeyFile={{ vpn_preshared_path }}
AllowedIPs={{ peer.ip }}/32
{% if not loop.last %}
{% endif %}
{% endfor %}