From 97838c8f7fd129fee16f9c8549d4008189805552 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 22 Nov 2022 13:39:35 +0000 Subject: [PATCH] added forced hostname to linux --- Linux/deploy-vpr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/deploy-vpr.sh b/Linux/deploy-vpr.sh index 839faac..9e48184 100644 --- a/Linux/deploy-vpr.sh +++ b/Linux/deploy-vpr.sh @@ -38,7 +38,7 @@ else echo Please enter Tailscale AUTH key":" echo For more info visit "https://tailscale.com/kb/1085/auth-keys/" read TSAUTHKEY - tailscale up --authkey $TSAUTHKEY --advertise-exit-node + tailscale up --authkey $TSAUTHKEY --advertise-exit-node --hostname "secure-vpr" mkdir -p "/opt/PurpleComputing/" mkdir -p "/opt/PurpleComputing/Tailscale" echo "Tailscale deployed successfully!"