From 3494008084d13e4cf9a41f4f777c48cf9d5378bd Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Tue, 10 Mar 2026 22:42:16 +0100 Subject: [PATCH] [wg] switch which wg ip incremented --- xecut/nimbus/dmz.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xecut/nimbus/dmz.conf b/xecut/nimbus/dmz.conf index 6f91a8e..b38ee9e 100644 --- a/xecut/nimbus/dmz.conf +++ b/xecut/nimbus/dmz.conf @@ -1,12 +1,12 @@ # Client configuration for wireguard to nimbus at xecut. [Interface] -Address = 10.0.0.2/32 +Address = 10.0.0.{{id}}/32 PrivateKey = PRIVATE_KEY DNS = 9.9.9.9 [Peer] PublicKey = GH+qA1Au9BraGhNt7Aqp8tdhGVfH8ENnY3VzKhe69XQ= Endpoint = space.xecut.me:51900 -AllowedIPs = 10.0.0.{{id}}/24 +AllowedIPs = 10.0.0.1/24