Created
September 29, 2022 18:27
-
-
Save Stevemoretz/3713c248751caebb4f2d923663ce1a12 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true | |
do | |
sudo sshuttle -r [email protected] -x 6.8.198.252 0/0 --dns --ssh-cmd "ssh -i /home/s/.ssh/id_rsa -D 1080 -C" | |
sleep 500 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment