It turns out a lot of people don't know how to do this so I decided to put that hanging somewhere on the internet. You don't need to install special software or some squid firewall or anything. Here is what you need to do:
1. open a terminal and type:
ssh -D 5000 -l user your_vps_ip_or_address
(it could be any number other than 5000 just avoid 80 and 443)
2.open a browser(i personally use firefox for that), go to Edit->Preferences->Advanced->Network->Connection(Settings button)
Select manual proxy configuration, leave all fields empty except SOCKS Host. There you need to type
localhost
And
Port: 5000(or whichever you specified).
That's it. As long as you have your terminal running you will be good to go.
I'm pretty sure there is a way to do that in windows but idk-have't had windows on my computer for quite a while now... 10 years to be exact.
1. open a terminal and type:
ssh -D 5000 -l user your_vps_ip_or_address
(it could be any number other than 5000 just avoid 80 and 443)
2.open a browser(i personally use firefox for that), go to Edit->Preferences->Advanced->Network->Connection(Settings button)
Select manual proxy configuration, leave all fields empty except SOCKS Host. There you need to type
localhost
And
Port: 5000(or whichever you specified).
That's it. As long as you have your terminal running you will be good to go.
I'm pretty sure there is a way to do that in windows but idk-have't had windows on my computer for quite a while now... 10 years to be exact.