LisaKear / wallproxy-plugins

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

怎么修改本地的代理地址和端口啊? #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

怎么修改本地的代理地址和端口啊?
我用旧版本的方法 发现连接不上了- -我用CHROME+SWITCHY

Original issue reported on code.google.com by liufengh...@gmail.com on 30 May 2011 at 2:55

GoogleCodeExporter commented 9 years ago
还有 如果我用的是自己的域名怎么办? 
我不想使用那个APPID呢?

Original comment by c809757...@gmail.com on 31 May 2011 at 1:29

GoogleCodeExporter commented 9 years ago
不建议修改,要修改自己翻issue
建议用gui自带自动代理

如果你只使用一个app的话,将
appid = {'url': '%s://%s.appspot.com/%s.py' % (https, appid, server_type)}
改为
appid = {'url': '%s://你的域名/%s.py' % (https, server_type)}

Original comment by dtma...@163.com on 31 May 2011 at 5:56