9 lines
248 B
Django/Jinja
9 lines
248 B
Django/Jinja
[Interface]
|
|
PrivateKey = {{ vpn_wg0_interface_private_key }}
|
|
ListenPort = {{ vpn_wg0_port }}
|
|
|
|
[Peer]
|
|
PublicKey = {{ vpn_wg0_peer_public_key }}
|
|
PresharedKey = {{ vpn_wg0_preshared_key }}
|
|
AllowedIPs = {{ vpn_wg0_subnet }},{{ vpn_remote_br0_subnet }}
|