ansible-edda/playbooks/filesystem/valkyrie/etc/wireguard/wg0.conf.j2

9 lines
223 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_remote_subnet }}