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