2dust / v2rayN

A GUI client for Windows, support Xray core and v2fly core and others

Home Page:https://1.2345345.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: reality vision节点十多秒后就无法使用

kilvn opened this issue · comments

预期情况

正常使用

实际情况

最近遇到了一个很奇怪的问题,困扰了我很多天

我有3台不同区域的服务器,一直用首尔的节点(速度最快)。vision的所有配置都一样,除了公私钥不同,节点规则都一样。

应该是最近1-2周前开始,我的节点无法上网了,表现为第一次切换到首尔节点,刚开始正常,过10多秒就打不开网页,切到春川就正常,再切回首尔还是打不开,重启v2rayN后第一次也能打开,就这样循环。

我排查了dns解析没问题,图1正常的走了proxy;
图2首尔的adg正常解析返回了google的ip(春川和新加坡的节点使用的首尔的adg,proxy一直正常);
图3十多秒后什么网站都打不开。

ios上小火箭(和v2ray在同一个网络)和mac上clashx.meta(和v2ray在不同网络)一直用的首尔,没有这个问题。

确定了dns没问题,下一步我就不知道要怎么排查了,请求协助,我该如何排查首尔节点是v2ray的问题还是win的问题??

3

2

1

复现方法

使用第一个节点:首尔

日志信息

试了下复现的时候拿debug级别日志,好像没什么帮助

2024/05/13 15:02:50 [Info] [2417285392] proxy/http: request to Method [CONNECT] Host [www.google.com:443] with URL [//www.google.com:443]
2024/05/13 15:02:50 [Info] [2417285392] app/dispatcher: sniffed domain: www.google.com
2024/05/13 15:02:50 [Info] [2417285392] app/dispatcher: taking detour [proxy] for [tcp:www.google.com:443]
2024/05/13 15:02:50 127.0.0.1:54385 accepted //www.google.com:443 [http -> proxy]
2024/05/13 15:02:50 [Info] [2417285392] proxy/vless/outbound: tunneling request to tcp:www.google.com:443 via proxy.com
2024/05/13 15:03:15 [Info] [1528232212] proxy/http: request to Method [CONNECT] Host [www.google.com:443] with URL [//www.google.com:443]
2024/05/13 15:03:15 [Info] [1528232212] app/dispatcher: sniffed domain: www.google.com
2024/05/13 15:03:15 [Info] [1528232212] app/dispatcher: taking detour [proxy] for [tcp:www.google.com:443]
2024/05/13 15:03:15 127.0.0.1:54430 accepted //www.google.com:443 [http -> proxy]
2024/05/13 15:03:15 [Info] [1528232212] proxy/vless/outbound: tunneling request to tcp:www.google.com:443 via proxy.com
2024/05/13 15:03:40 [Info] [1341749336] proxy/http: request to Method [CONNECT] Host [clients4.google.com:443] with URL [//clients4.google.com:443]
2024/05/13 15:03:40 [Info] [1341749336] app/dispatcher: sniffed domain: clients4.google.com
2024/05/13 15:03:40 [Info] [1341749336] app/dispatcher: taking detour [proxy] for [tcp:clients4.google.com:443]
2024/05/13 15:03:40 127.0.0.1:54486 accepted //clients4.google.com:443 [http -> proxy]
2024/05/13 15:03:41 [Info] [1341749336] proxy/vless/outbound: tunneling request to tcp:clients4.google.com:443 via proxy.com
2024/05/13 15:03:41 [Info] [2176738835] proxy/http: request to Method [CONNECT] Host [accounts.google.com:443] with URL [//accounts.google.com:443]
2024/05/13 15:03:41 [Info] [2176738835] app/dispatcher: sniffed domain: accounts.google.com
2024/05/13 15:03:41 [Info] [2176738835] app/dispatcher: taking detour [proxy] for [tcp:accounts.google.com:443]
2024/05/13 15:03:41 127.0.0.1:54488 accepted //accounts.google.com:443 [http -> proxy]
2024/05/13 15:03:41 [Info] [2176738835] proxy/vless/outbound: tunneling request to tcp:accounts.google.com:443 via proxy.com
2024/05/13 15:04:01 [Info] [2988496239] proxy/http: request to Method [CONNECT] Host [clients2.google.com:443] with URL [//clients2.google.com:443]
2024/05/13 15:04:01 [Info] [2988496239] app/dispatcher: sniffed domain: clients2.google.com
2024/05/13 15:04:01 [Info] [2988496239] app/dispatcher: taking detour [proxy] for [tcp:clients2.google.com:443]
2024/05/13 15:04:01 127.0.0.1:54564 accepted //clients2.google.com:443 [http -> proxy]
2024/05/13 15:04:02 [Info] [2988496239] proxy/vless/outbound: tunneling request to tcp:clients2.google.com:443 via proxy.com
2024/05/13 15:04:06 [Info] [4072440222] proxy/http: request to Method [CONNECT] Host [www.google.com:443] with URL [//www.google.com:443]
2024/05/13 15:04:06 [Info] [4072440222] app/dispatcher: sniffed domain: www.google.com
2024/05/13 15:04:06 [Info] [4072440222] app/dispatcher: taking detour [proxy] for [tcp:www.google.com:443]
2024/05/13 15:04:06 127.0.0.1:54575 accepted //www.google.com:443 [http -> proxy]
2024/05/13 15:04:06 [Info] [4072440222] proxy/vless/outbound: tunneling request to tcp:www.google.com:443 via proxy.com

额外信息

No response

我确认已更新至最新版本

我确认已查询历史issues

commented

这 发给xray-core吧,提交config和log,这里解决不了

这 发给xray-core吧,提交config和log,这里解决不了

谢谢回复,从debug日志来看确实无法定位到问题

我在Mac上的clashx.meta 和 ios小火箭是没有问题,所以目前我切到春川节点,速度也差不多

感觉应该也不是xray的问题,先忽略了