Use ssh to open a SOCKS proxy:
ssh -f -N -D 7070 user@remote-hostClick here for an explanation of the command.
After that you can configure firefox to use this proxy:
- Go to the manual proxy settings and add localhost:7070 as SOCKS v5 host
- Go to about:config and set network.proxy.socks_remote_dns to true to use DNS resolution over the proxy (thanks to Aczire for this!).
No comments:
Post a Comment