Skip to content

Commit

Permalink
Update Lxde.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnet authored Oct 1, 2021
1 parent d6af2b1 commit d35fbdf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions GC/Lxde.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ rm -rf ngrok ngrok.zip ng.sh > /dev/null 2>&1
wget -O ng.sh https://bit.ly/ngrok3389 > /dev/null 2>&1
chmod +x ng.sh
./ng.sh
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 &
clear
echo "================================"
echo "Wait Downloading file 3-4 minutes"
echo "More free vps visit 👉akuh.net👈"
Expand Down

0 comments on commit d35fbdf

Please sign in to comment.