In this video, I will show you a pretty cool and easy way on how to proxy your web traffic without having to install a VPN or do any special server configuration by just using SSH tunneling!
All you would need is a server and SSH access.
You can use my DigitalOcean referral code to get a free $100 credit to spin up your own servers:
https://m.do.co/c/2a9bba940f39
The command that you would need to use is:
ssh -ND 1080 [email protected]
There would be no output. This would open a socket that we would use to connect to and proxy our network traffic.
The Video was originally posted here:
https://devdojo.com/episode/how-to-pr...