summerstar8 / snova

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

如何实现国外http走gae,https走C4,然后国内ip直连? #295

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
用了
https://gist.github.com/4011894   
里面的配置,发现只是实现了前面两部分,国内ip还是走的gae
,也就是说整个浏览器一直处在代理中的
(chrome+SwitchySharp,SwitchySharp配置:127.0.0.1  
48100,没有选自动切换。难道是这个?)
貌似wiki里面有https://code.google.com/p/snova/wiki/SpecialProxyAutoConfigOn
GSnova ,但是小白看不懂呀。。。

Original issue reported on code.google.com by anyfc1...@gmail.com on 29 Dec 2012 at 5:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
  { 
    "Filter" : ["!IsBlockedByGFW"],
    "Proxy": ["Direct"]
  },
  { 
    "Filter" : ["IsBlockedByGFW"],
    "Protocol" : "https",
    "Proxy": ["C4"]
  }

Original comment by bibup...@gmail.com on 30 Dec 2012 at 1:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
好像可以了,原来是规则之间没有加 逗号      

Original comment by anyfc1...@gmail.com on 30 Dec 2012 at 7:17

GoogleCodeExporter commented 9 years ago
这个好,把10个gae appid 全用上,把能用的 PaaS 
也全弄上了,另外还加了个SSH,配置上还是不知道是不是能��
�发 加速

Original comment by emptyta...@gmail.com on 29 Jan 2013 at 9:25