added forced hostname to linux

This commit is contained in:
Michael
2022-11-22 13:39:35 +00:00
parent a23fbe4543
commit 97838c8f7f

View File

@@ -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!"