Wireguard helper scripts to add, remove and list active keys

This commit is contained in:
2026-08-05 21:46:16 +03:00
parent 7126c1ab0d
commit 9ad5e873c3
5 changed files with 476 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[Interface]
PrivateKey = <%CLIENT_PRIVATE_KEY%>
Address = <%CLIENT_IP%>/24
ListenPort = 51820
[Peer]
PublicKey = <%SERVER_PUBLIC_KEY%>
AllowedIPs = 10.0.0.0/24
Endpoint = <%DOMAIN_NAME%>:51820
PersistentKeepalive = 25