Tag: proxy
-
How to create proxy using ssh
You can create SOCKS proxy using ssh by runningssh -D port login@serverreplace port with port number you want proxy to appear on your local machine, in web browser choose SOCKS for proxy type, localhost for proxy server and same port as port in command above.