summerstar8 / snova

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

gsnova作用在heroku上有以下几个缺点!! #242

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
如题
一,遇到访某些https的网站,出现服务器证书无效,从而没法
访问。例如https://www.torproject.org/
二,看youtube等视频网站上的视频时不时要缓冲,有点不爽!
三,刚启动客户端,要弹出http://localhost:48100/这个窗口后,代
理访问网站才有效。
四,建议作者增加启动客户端后的窗口,可以最小化到屏幕��
�右下角,像goagent一样。
五,gnova客户端好像无法设置成tor的前置代理.题外话,自从��
�巴达后,tor无论用什么到前置代理,没成功过,感觉GFW已经�
��够检测tor了,也许是俺这边的服务商限制了吧。

除了第四点外,有知道其他几点答案的,请留言回复,谢谢��
�!!

Original issue reported on code.google.com by gomy...@gmail.com on 8 Dec 2012 at 8:49

GoogleCodeExporter commented 9 years ago
第二已经解决了,有知道第一,三 
,五问题答案的请回复,谢谢

Original comment by gomy...@gmail.com on 8 Dec 2012 at 8:59

GoogleCodeExporter commented 9 years ago
1. 
注意仔细看安装部署wiki,凡是出现证书问题,都是gsnova.conf��
�置问题。默认情况下是GAE方式。
3. 修改gsnova.conf, 去掉AutoOpenWebUI前的注释
4. http://code.google.com/p/snova/issues/detail?id=169
5. 原因同1

Original comment by yinqiwen@gmail.com on 8 Dec 2012 at 9:48

GoogleCodeExporter commented 9 years ago
回复给yinqiwen@gmail.com

配置应该没问题。
这个俺的配置

[LocalServer]
Listen=localhost:48100
AutoOpenWebUI=false

[GAE]
Enable=0
WorkerNode[0]=
ConnectionMode=HTTPS
Compressor=Snappy
Encrypter=SE1
RangeFetchRetryLimit=1
ConnectionPoolSize=20
RangeFetchLimitSize=262144
RangeConcurrentFetcher=1
UserAgent=Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 
Firefox/15.0.1

[C4]
Enable=1
WorkerNode[0]=skyblue-bloger-837
ConnectionMode=HTTPS
MaxReadBytes = 65536
ReadTimeout = 25
Compressor=Snappy
Encrypter=SE1
UserAgent=Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 
Firefox/15.0.1

[Google]
Enable=1
UseGlobalProxy=0
ConnectTimeout=1500
PreferIP=false

[Hosts]
#0:Disable 1:Only for HTTPS 2:All Protocols
Enable=1
CloudHosts=https://snova.googlecode.com/svn/trunk/repository/cloud_hosts.conf
CloudHostsRepo[0]=https://smarthosts.googlecode.com/svn/trunk/hosts
ExceptCloudHosts=(www.)?facebook.com|www.chromium.org
TrustedDNS=8.8.8.8|208.67.222.222|8.8.4.4|208.67.220.220
#If host:port is not connected in 5s, consider it's blocked and removed from 
DNS cache
BlockVerifyTimeout=5
RangeFetchLimitSize=262144
RangeConcurrentFetcher=5

[SSH]
Enable=0
#Config identify file as url's i para.
Server[0]=ssh://user:pass@host:port
#Server[1]=ssh://user@host:port/?i=C:\Users\myname\.ssh\id_rsa
#Use remote DNS over SSH tunnel
RemoteResolve=1
UseGlobalProxy=0

[SPAC]
Enable=1
Default=C4
GFWList=https://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt
IPRangeRepo=http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest
CloudRule=https://snova.googlecode.com/svn/trunk/repository/cloud_spac.json
#Proxy address for generated PAC
PACProxy=127.0.0.1:48100

[LocalProxy]
#Proxy=http://GoogleCN
Proxy=https://GoogleHttps

[Debug]
Enable=0
但还是不能用作tor前置代理,多次打开tor连接不上;下载的��
�么文件被杀毒软件直接干掉了

Original comment by gomy...@gmail.com on 8 Dec 2012 at 10:52

GoogleCodeExporter commented 9 years ago
tor可以连接``不过得等个5-10分钟``

Original comment by bbv...@gmail.com on 8 Dec 2012 at 12:03

GoogleCodeExporter commented 9 years ago
想请教第2条youtube的问题是怎么解决的?谢谢!

Original comment by espresso.dd@gmail.com on 1 Feb 2013 at 12:08