User Tools

Site Tools


vpn:5_second_vpn

This is an old revision of the document!


VPN - 5 Second VPN

ssh has a really nifty -D option to implement a SOCKS5 proxy.

Therefore

ssh -D localhost:8080 remote.box

and then setup Firefox to use localhost:8080 as a SOCKS proxy server.

But it gets better; If you are worried that DNS requests will leak onto the local network, it turns out with SOCKS5 all you need to is go to the Firefox about:config page and turn on network.proxy.socks_remote_dns and DNS is tunneled too.

vpn/5_second_vpn.1480089137.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki