Closed GoogleCodeExporter closed 9 years ago
还有其他的地址么?
不是。
Original comment by dtma...@163.com
on 12 Aug 2011 at 7:48
只是想自定义罢了,如果能改就自己搭一个
Original comment by zx900...@gmail.com
on 13 Aug 2011 at 1:59
可以自定义:
autoproxy = {}
autoproxy['PROXY 127.0.0.1:8086; DIRECT'] =(
('http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt','http://127.0.0
.1:8086'),
'file://userlist.ini')
autoproxy = autoproxy, 'proxy.pac'
第一个'PROXY 127.0.0.1:8086; DIRECT'是生成PAC后的return
xxx部分,第二个'http://127.0.0.1:8086'是访问列表地址时所用的代
理,如果不需要代理,就像'file://userlist.ini'用一个字符串,'f
ile://userlist.ini'表示本地列表文件
Original comment by dtma...@163.com
on 17 Aug 2011 at 5:15
Original issue reported on code.google.com by
zx900...@gmail.com
on 11 Aug 2011 at 1:51