2010年11月27日星期六

ie9 beta版使用ssh代理方法

Internet Explorer 9 试用版不支持socks代理,没法直接使用ssh,换个方式,将socks转化为http

使用Privoxy来完成。

运行Privoxy,点击 Options - Edit Main Configurationg
在5.2. forward-socks4, forward-socks4a and forward-socks5 里面添加一行
forward-socks5 / 127.0.0.1:7070 .(7070为ssh默认端口)

注意:前面没有#符号,7070后面有一个空格,再跟个点号“.”,这个点号必不可少。
这样,我们就配置好了Privoxy,
在ie9中配置http代理为127.0.0.1:8118

成功!

没有评论:

发表评论