magictour / snova

Automatically exported from code.google.com/p/snova
0 stars 0 forks source link

请问在需要代理上网的环境,如何能使用snova进行代理? #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
比如说:我现在的环境,用IE上网需要用公司的固定http代理��
�192.168.x.x:xxxx。
如何对snova进行设置?

Original issue reported on code.google.com by hhyyl1...@gmail.com on 13 Jan 2012 at 3:01

GoogleCodeExporter commented 9 years ago
通过GUI修改LocalProxy设置,或者修改plugins/gae/conf/gae-client.xml
<LocalProxy type="HTTP" host="192.168.x.x" port="xx"/>
如果公司代理不能访问appspot,还需要将下面的enable改为true
<GoogleProxyChain enable="true" host="GoogleHttps"/>

Original comment by yinqiwen@gmail.com on 13 Jan 2012 at 10:12