google-code-export / wallproxy-plugins

Automatically exported from code.google.com/p/wallproxy-plugins
0 stars 0 forks source link

userlist.ini不能起作用? #251

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
我在userlist.ini添加了一条规则@@mirrors6.ustc.edu.cn,但是浏览器�
��输入mirrors6.ustc.edu.cn还是通过代理,并且给了个error 
response(不支持IPV6?但是facebook不是可以吗?)
Error code 502.

Message: ['Server: Urlfetch error: ApplicationError: 2 ', 'Server: Urlfetch 
error: ApplicationError: 2 '].

Error code explanation: 502 = Invalid responses from another server/proxy.. 

我再试了@@||baidu.com,发现还是通过代理访问的。

P.s: 我在改规则后,已经重新启动starty.py

附件是proxy.pac,mirrors6.ustc.edu.cn的规则似乎已经在pac文件里了

谢谢!

Original issue reported on code.google.com by Coiby...@gmail.com on 3 Nov 2011 at 11:04

Attachments:

GoogleCodeExporter commented 9 years ago
浏览器代理设置错误
pac生成没有问题,但你的浏览器代理设置为使用全局代理而��
�是pac(自动代理)
如何设置pac与用哪种浏览器有关,对于ie来说还与是否拨号连
接有关
另外用pac的话推荐使用更新autoproxy插件后的版本,以避免因��
�刚开机时未联网导致规则清空的情况

Original comment by dtma...@163.com on 3 Nov 2011 at 2:34

GoogleCodeExporter commented 9 years ago
我是的确使用Firefox插件AutoProxy的全局模式的。

我以为wallproxy-plugins的Autoproxy会对请求进行处理,即接收请求
后,判断是否用代理。谁知道只是生成pac文件,最后还是要��
�己在浏览器里设置pac。这样的话,感觉这个wp-p带的Autoproxy插
件有点鸡肋了。

Original comment by Coiby...@gmail.com on 5 Nov 2011 at 7:13

GoogleCodeExporter commented 9 years ago
确实是支持接收请求后再做判断的,配置文件里面加一行autop
roxy=autoproxy[0]就行了
不过前面的issue中你也看到了,Python对请求的处理效率并不高
,通过这种方式中转直连比通过PAC等其他方式判断后直连效��
�要低不少,所以很不推荐
用AutoProxy扩展也行,不过更推荐你用FoxyProxy,这个扩展可以��
�方便的使用生成的PAC,现在它自身也支持使用AutoProxy的在线�
��表。当然设置FF使用系统代理后通过GUI切换也可以

Original comment by dtma...@163.com on 5 Nov 2011 at 12:40

GoogleCodeExporter commented 9 years ago
哦,那这个插件只是生成pac,不过感觉配置文件proxy.conf(是�
��用AutoProxy用多了?)有误导
# 是否使用AutoProxy插件(True|False),建议True

Original comment by Coiby...@gmail.com on 10 Nov 2011 at 10:29