Skip to content

Commit

Permalink
Update ngrok version
Browse files Browse the repository at this point in the history
  • Loading branch information
GordiNoki authored Aug 2, 2024
1 parent dc9881f commit 13fb617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions preload.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
sudo apt update
sudo apt install jq screen curl openssh-server -y
cd ~
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.tgz -q
tar -xf ngrok-stable-linux-amd64.tgz
wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz -q -O ngrok.tgz
tar -xf ngrok.tgz

sudo systemctl start ssh

./ngrok authtoken $NGROK_AUTH_TOKEN
./ngrok config add-authtoken $NGROK_AUTH_TOKEN
screen -dm ./ngrok tcp 22

sudo ufw disable
Expand Down

0 comments on commit 13fb617

Please sign in to comment.