1
feiandxs 2012-06-07 00:11:09 +08:00
|
3
xhslyf OP 插件里推荐的那个订阅源txt文件打开后好像是加密过的乱码,是不是自己写的txt文件规则也要去加密一道?
|
4
c0878 2012-06-07 09:13:08 +08:00
在线规则是加密过的 作者应该没有考虑规则订阅源在墙内的情况 在墙外明文传输url绝对被墙 可以在设置里面直接编辑本地规则文件呀
|
5
for4 2012-06-07 09:15:53 +08:00
base64encode试下, 记得直接下载过过滤文件是base64编码了的
|
6
for4 2012-06-07 09:18:10 +08:00
print urllib2.urlopen('https://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt').read().decode('base64')
看了下 还有checksum |