Skip to content

Commit

Permalink
Update GCngrok.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnet authored Oct 1, 2021
1 parent cb37e75 commit 6ce1277
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions GC/GCngrok.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,3 @@ wget -O ngrok.zip https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.
unzip ngrok.zip > /dev/null 2>&1
read -p "Paste Ngrok Authtoken: " CRP
./ngrok authtoken $CRP
clear
echo "======================="
echo choose ngrok region
echo "======================="
echo us - United States (Ohio)
echo eu - Europe (Frankfurt)
echo ap - Asia/Pacific (Singapore)
echo au - Australia (Sydney)
echo sa - South America (Sao Paulo)
echo jp - Japan (Tokyo)
echo in - India (Mumbai)
read -p "choose ngrok region: " CRP
./ngrok tcp --region $CRP 3388 &>/dev/null &

0 comments on commit 6ce1277

Please sign in to comment.