infrastructure/ansible/roles/glinet_vpn/files/client.conf
Jake Howard 670ad78d44
All checks were successful
/ terraform (push) Successful in 44s
/ ansible (push) Successful in 1m34s
Add wireguard config for glinet router
2024-04-23 22:19:57 +01:00

11 lines
213 B
Plaintext

[Interface]
Address = {{ client_cidr }}
PrivateKey = {{ client_private_key }}
[Peer]
PublicKey = {{ server_public_key }}
Endpoint = {{ server_public_ip }}:53
AllowedIPs = 0.0.0.0/0 ::/0
PersistentKeepalive = 25