udp2raw icon indicating copy to clipboard operation
udp2raw copied to clipboard

请教一个问题,udp2raw client -> udp2raw server 中间,是否可以再串联个 [shadowsocks]呢

Open Lumitx opened this issue 1 year ago • 1 comments

这是一个令人愉悦的项目,感谢有你。

如题,普通家庭宽带玩国际服游戏,主要问题还是在过境的丢包和延迟上,通过udp2raw+udpspeed可以解决丢包问题,但是延迟就没办法了,所以我想通过一些[服务提供商]提供的专线过境,他们提供的节点用来打游戏很差劲,但是过境延迟还是蛮低的。

请问中间是否可以插入个普通节点线路作为中转呢?

ps: 尝试过失败了,等白天有时间我阐述一下我的环境。

Lumitx avatar Feb 27 '25 19:02 Lumitx

I used this approach:

https://github.com/XTLS/Xray-core/discussions/4452

Maybe there's a better way, but the problems I encountered are that you need to provide the IP, you can't verify the SSL hostname on the xray side because you're connecting to localhost, etc.

I hope someone can improve on the approach, but it works for now

iopq avatar Mar 17 '25 08:03 iopq