Add wireguard config for glinet router

This commit is contained in:
Jake Howard
2024-04-23 22:19:57 +01:00
parent 8929a22ce5
commit 670ad78d44
8 changed files with 91 additions and 9 deletions

View File

@ -0,0 +1,10 @@
[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