Add some whitespace
This commit is contained in:
parent
ad6a9c1396
commit
8004b13c9e
@ -10,6 +10,7 @@ ListenPort = {{ vpn_bridge_wg0_port }}
|
||||
PublicKey = {{ client.public_key }}
|
||||
PresharedKey = {{ vpn_bridge_wg0_preshared_key }}
|
||||
AllowedIPs = {{ vpn_bridge_wg0_subnet }},{{ client.subnet }}
|
||||
|
||||
{% endfor %}
|
||||
{% elif vpn_bridge_role == "client" %}
|
||||
[Peer]
|
||||
@ -18,4 +19,5 @@ PresharedKey = {{ vpn_bridge_wg0_preshared_key }}
|
||||
Endpoint = {{ vpn_bridge_wg0_server_address }}:{{ vpn_bridge_wg0_port }}
|
||||
AllowedIPs = 0.0.0.0/0
|
||||
PersistentKeepalive = 15
|
||||
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user