SSH Tunnel

用处你懂得。

1,打开ssh tunnel端口转发

ssh -qCNgf user@a-proxy-server -D 127.0.0.1:1234

-q quite mode
-C compress the data
-N only port forward(do not execute the command)
-g allow remote hosts to connect the local forwarded ports
-f run in brackground

2,配置Firefox

image

image

为了防止DNS污染,可以让remote来做DNS解析。在Firefox的地址栏输入 about:config

image

posted @ 2013-04-11 10:34  Jerry Chou  阅读(412)  评论(0编辑  收藏  举报