XTLS 直连方式经常出现无法连接的情况 #926
Unanswered
herberteuler
asked this question in
Q&A
Replies: 1 comment 2 replies
-
像是被ISP限制了访问服务器 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
上个月从 V2Ray 切换为 Xray 了,XTLS 直连方式是我使用过的方法中最快的。但是,也遇到了经常无法连接的问题,表现是服务断断续续,有流量后几秒钟至几分钟后便开始无法连接,过 5 分钟左右(感觉,暂时没有精确测量)恢复。
在无法连接时,我尝试过访问 URL 和
telnet
443 端口,均超时(因为两者本质相同)。同时,我发现在可以和无法连接时,traceroute -T -p 443 IP
的结果差异较大。可以连接时:无法连接时:
这个问题导致直连方式稳定性极差,因此目前我只好使用 CDN 中转来使用服务,那个非常稳定,只是速度略逊于直连方式。
这个问题出现的规律我还没有统计,但感觉上很频繁。
请问有人遇到过类似问题吗?可能是什么原因导致的?
Beta Was this translation helpful? Give feedback.
All reactions