Closed Jay54520 closed 6 years ago
大概是 DNS 污染,可以在客户端开一下 domainOverride。Chrome 在访问 Google 的时候有报什么错吗?
@DarienRaymond 没有,就是和不能翻墙的时候一样。
domainOverride (V2Ray 2.25+): 识别相应协议的流量,并根据流量内容重置所请求的目标。 接受一个字符串数组,默认值为空。 可选值为 "http" 和 "tls"。
domainOverride
选择 https
?
同样的机器上 ss 可以翻墙。
domainOverride 选择 https?
"domainOverride" : ["http", "tls"]
@DarienRaymond
"domainOverride" : ["http", "tls"]
无法访问此网站 www.google.com 的响应时间过长。
现在是不是服务端能收到请求,但是服务端发送到客户端/客户端接收请求
出问题了?
你上面贴的 access log 应该是服务器端的吧,从中看到 google.com 没有被服务器端收到,猜测是客户端不知道发到哪里去了。所以我刚才说是 DNS 污染。但具体发到哪里去,你要在客户端把 loglevel 设成 debug,然后看一下输出。
V2RayX我不太熟,不确定怎么看log
@DarienRaymond
我换成 Global Mode
就可以了,之前默认的是 V2Ray Rules
看上去不像是core的问题
同样的问题,到底应该修改哪里。
提交 Issue 之前请先阅读 Issue 指引,然后回答下面的问题,谢谢。 Please read the instruction and answer the following questions before submitting your issue. Thank you.
1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) What version of V2Ray are you using (If you deploy different version on server and client, please explicitly point out)? 服务端:
docker pull v2ray/official
客户端:2.41
来自 V2RayX2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 What's your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy.
通过 Chrome 访问谷歌
3) 你看到的不正常的现象是什么? What did you see?
无法访问谷歌
4) 你期待看到的正确表现是怎样的? What's your expectation?
正常访问谷歌
5) 请附上你的配置文件(提交 Issue 前请隐藏服务器端IP地址)。 Please attach your configuration file (Mask IP addresses before submit this issue).
配置文件根据 https://htfy96.github.io/v2ray-config-gen/ 生成
6) 请附上出错时软件输出的日志。在 Linux 中,日志通常在
/var/log/v2ray/error.log
文件中。 Please attach the log file, especially the bottom lines if the file is large. Log file is usually/var/log/v2ray/error.log
on Linux.