[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 }}