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

9 lines
248 B
Plaintext
Raw Normal View History

2022-09-24 00:15:46 +02:00
[Interface]
PrivateKey = {{ vpn_wg0_interface_private_key }}
ListenPort = {{ vpn_wg0_port }}
[Peer]
PublicKey = {{ vpn_wg0_peer_public_key }}
PresharedKey = {{ vpn_wg0_preshared_key }}
2022-10-02 15:03:39 +02:00
AllowedIPs = {{ vpn_wg0_subnet }},{{ vpn_remote_br0_subnet }}