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 4300dd9 commit 549ffbc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion GC/GCngrok.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,15 @@ 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
./ngrok tcp --region ap 3388 &>/dev/null &
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 549ffbc

Please sign in to comment.