From a3c1f66b1b1d49bfb10cd989db4e65df59bbc159 Mon Sep 17 00:00:00 2001 From: Webhook Handler Bot <> Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Added new VPN client config --- modules/kubernetes/wireguard/extra/clients.conf | 5 +++++ modules/kubernetes/wireguard/extra/last_ip.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/kubernetes/wireguard/extra/clients.conf b/modules/kubernetes/wireguard/extra/clients.conf index 432c4a1e..f06f2e58 100644 --- a/modules/kubernetes/wireguard/extra/clients.conf +++ b/modules/kubernetes/wireguard/extra/clients.conf @@ -13,3 +13,8 @@ AllowedIPs = 10.3.3.11/32 PublicKey = HDERLa8hatGPeCJwlZ43MK7Y6wSIsOzEtBKz0UH6Pxc= AllowedIPs = 10.3.3.12/32 +[Peer] +# friendly_name = test +PublicKey = HDERLa8hatGPeCJwlZ43MK7Y6wSIsOzEtBKz0UH6Pxc= +AllowedIPs = 10.3.3.13/32 + diff --git a/modules/kubernetes/wireguard/extra/last_ip.txt b/modules/kubernetes/wireguard/extra/last_ip.txt index f52bc917..909acdd8 100644 --- a/modules/kubernetes/wireguard/extra/last_ip.txt +++ b/modules/kubernetes/wireguard/extra/last_ip.txt @@ -1 +1 @@ -# DO NOT MANUALLY EDIT THIS LINE. Last IP: 10.3.3.12/24 \ No newline at end of file +# DO NOT MANUALLY EDIT THIS LINE. Last IP: 10.3.3.13/24 \ No newline at end of file