Create
[bash]ssh -N -D 6000 username@server_address[/bash]
Link
[bash]ssh -N -L 7000:localhost:6000 username@server_address[/bash]
Firefox
about:config
network.proxy.socks_remote_dns = True
SOCKS v5 + localhost:7000
Create
[bash]ssh -N -D 6000 username@server_address[/bash]
Link
[bash]ssh -N -L 7000:localhost:6000 username@server_address[/bash]
Firefox
about:config
network.proxy.socks_remote_dns = True
SOCKS v5 + localhost:7000