From ef2dacad6ae1565c3d857c1e2de7f1736567fcc0 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Wed, 6 Aug 2025 18:11:01 +0200 Subject: [PATCH] Update variables --- variables | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/variables b/variables index b91c9f2..b3f7a53 100644 --- a/variables +++ b/variables @@ -1,9 +1,13 @@ -# the user to create +# the user to create (secure.sh) USERNAME=vpsuser -# the wireguard public key you will use to connect +# the wireguard public key you will use to connect (secure.sh) WIREGUARD_PUBKEY= -# the ssh key you're connecting with +# 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= +PREFIXLEN= -# the user docker will be installed to +# the user docker will be installed to (docker-rootless.sh) DOCKER_USER=dockeruser