From 4635260aba3994de174631e583779faed1176352 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Wed, 6 Aug 2025 18:12:46 +0200 Subject: [PATCH] Update variables --- variables | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables b/variables index b3f7a53..3f9e8f6 100644 --- a/variables +++ b/variables @@ -5,8 +5,8 @@ WIREGUARD_PUBKEY= # the ssh key you're connecting with (secure.sh) MY_SSH_KEY="" # if you want to use specific IPs, set it here (secure.sh) -WG_SERVER_IP= -WG_CLIENT_IP= +SERVER_IP= +CLIENT_IP= PREFIXLEN= # the user docker will be installed to (docker-rootless.sh)