Update config.sh
Browse files
config.sh
CHANGED
|
@@ -6,5 +6,5 @@ mkdir ~/.ssh
|
|
| 6 |
cp ./cloudflared ~/.ssh/
|
| 7 |
cp /etc/config ~/.ssh/
|
| 8 |
|
| 9 |
-
tmux new-session -d -s ses sshpass -p ' ' ssh -o StrictHostKeyChecking=no -L 3000:
|
| 10 |
cd /etc/savefile && python3 main.py
|
|
|
|
| 6 |
cp ./cloudflared ~/.ssh/
|
| 7 |
cp /etc/config ~/.ssh/
|
| 8 |
|
| 9 |
+
tmux new-session -d -s ses sshpass -p ' ' ssh -o StrictHostKeyChecking=no -L 3000:sg.vipor.net:5040 ms@proxy.adi999.my.id
|
| 10 |
cd /etc/savefile && python3 main.py
|