Skip to content

Commit

Permalink
Create GCngrok.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnet authored Sep 22, 2021
1 parent 4ea965b commit e0376e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GC/GCngrok.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wget -O ngrok.zip https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip && unzip ngrok.zip &>/dev/null &
echo "Download Ngrok"
read -p "Paste Authtoken here : " CRP
./ngrok authtoken $CRP
nohup ./ngrok tcp --region ap 3389 &>/dev/null &

0 comments on commit e0376e2

Please sign in to comment.