summerstar8 / snova

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

百度怎么不直连而是走gae #232

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
客户端0.19.2没有直连forward.go这种方式了么,现在打开百度,q
q等好像都是走的gae ,其中gae=1 spac=1 
,以前好像看到说这样的话就等效default=gae 
之前版本好像不会这样,需要改哪里设置么,
我猜下面这log是说明gae连接失败吧,其中xxxx.appspot.com 
是我替换后的服务端
2012/12/06 10:21:18 gae.go:259: Failed to request data from 
GAE:xxxx.appspot.com for:http: error connecting to proxy 
https://74.125.128.85:443: dial tcp 74.125.128.85:443: i/o timeout
2012/12/06 10:21:18 dispatch.go:105: Session[547][WARN][GAE]Failed to request 
proxy event for reason:http: error connecting to proxy 
https://74.125.128.85:443: dial tcp 74.125.128.85:443: i/o timeout
2012/12/06 10:21:18 dispatch.go:140: Session[547]Process error:No proxy found 
for request 'GET www.chinafix.com.cn' with 1 candidates for 
host:www.chinafix.com.cn
2012/12/06 10:21:18 dispatch.go:196: Session[547]Failed to read http 
request:use of closed network connection

Original issue reported on code.google.com by xilo...@gmail.com on 6 Dec 2012 at 4:02

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
昨晚开始cloud_spac.json自动更新了.在user_spac.json加规则
  {
    "Filter" : ["!IsBlockedByGFW"],
    "Proxy":["Direct", "Default"]
  }

或者
  {
    "Filter" : ["IsHostInCN"],
    "Proxy":["Direct", "Default"]
  }

Original comment by NannieS...@gmail.com on 6 Dec 2012 at 4:39

GoogleCodeExporter commented 9 years ago
可以了,多谢,错一个符号都不行,开始时在规则后加上述��
�则重启不成功,根据提示,找到原因,原来每个规则之间有个
,隔开 ,复制后添加规则到user_spac.json时候千万不能漏掉。

Original comment by xilo...@gmail.com on 6 Dec 2012 at 5:48