shadowsocks / shadowsocks/shadowsocks-rust
Shadowsocks + xray-plugin无法安全代理udp流量?
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 10.9k
- Forks
- 1.5k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 5
Description
今天问了gpt 5.6 sol,ai阅读代码后明确答复我Shadowsocks + xray-plugin 在tun和redir模式下,tcp流量能够安全代理,但是对于UDP流量,虽然Shadowsocks会转发给xray-plugin,但是xray-plugin本身无法安全代理UDP流量,AI的结论对吗?求指导
这条链路正常。真正需要修复的是 UDP 出站选择:OpenWrt 捕捉到的真实 UDP 应该交给 Hysteria2/TUIC,而不能继续复用当前 Shadowsocks+xray-plugin 节点。此次只做了源码、运行态和流量检查,没有修改项目或服务器配置。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report concerns UDP handling through Shadowsocks and xray-plugin in TUN and redir modes, with runtime and traffic checks mentioned but no repository file or test identified. Start by verifying whether the UDP limitation is in this project rather than the external plugin or OpenWrt configuration. Done means confirming the supported UDP path or narrowing the report to a reproducible project-specific defect.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100