update
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
action="$1"
|
action="$1"
|
||||||
FOLDER='/opt/idssys/linupx'
|
FOLDER='/opt/idssys/linupx'
|
||||||
VERS='6.60.18-11142023'
|
VERS='6.60.19-11162023'
|
||||||
|
|
||||||
IPERFVER="3.15"
|
IPERFVER="3.15"
|
||||||
|
|
||||||
|
|||||||
@@ -599,19 +599,19 @@ TAILSCALE_INSTALL() {
|
|||||||
curl -fsSL https://tailscale.com/install.sh | sh
|
curl -fsSL https://tailscale.com/install.sh | sh
|
||||||
echo
|
echo
|
||||||
|
|
||||||
read -n 1 -p "Tailscale is now installed, would you like to connect to https://headscale.scity.us? (Y/n) " choice
|
read -n 1 -p "Tailscale is now installed, would you like to connect to https://headscale.scity.us? (Y/n): " choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Nn])
|
[Nn])
|
||||||
read -n 1 -p "Would you like connect to Tailscale directly instead? (Y/n) " choice
|
read -n 1 -p "Would you like connect to Tailscale directly instead? (Y/n): " choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Nn]) temp='';;
|
[Nn]) temp='';;
|
||||||
* )
|
* )
|
||||||
tailscale up --accept-dns=false --accept-routes=false --accept-dns=false
|
tailscale up --accept-dns=false --accept-routes=false
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
tailscale up --accept-dns=false --accept-routes=false --accept-dns=false --login-server=https://headscale.scity.us
|
tailscale up --accept-dns=false --accept-routes=false --login-server=https://headscale.scity.us
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user