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

10 lines
263 B
Plaintext
Raw Normal View History

2022-09-24 00:15:46 +02:00
[Interface]
PrivateKey = {{ vpn_wg0_interface_private_key }}
[Peer]
PublicKey = {{ vpn_wg0_peer_public_key }}
PresharedKey = {{ vpn_wg0_preshared_key }}
Endpoint = {{ vpn_wg0_endpoint_address }}:{{ vpn_wg0_port }}
AllowedIPs = 0.0.0.0/0
PersistentKeepalive = 15