ansible-roles/vpn/wireguard/templates/client/IFACE.conf

10 lines
306 B
Plaintext
Raw Normal View History

[Interface]
PrivateKey = {{ vpn_wireguard_interface_private_key }}
[Peer]
PublicKey = {{ vpn_wireguard_server_public_key }}
PresharedKey = {{ vpn_wireguard_server_preshared_key }}
Endpoint = {{ vpn_wireguard_server_address }}:{{ vpn_wireguard_port }}
AllowedIPs = 0.0.0.0/0, ::/0
PersistentKeepalive = 15