tun domain fix#6285
Open
LjhAUMEM wants to merge 2 commits into
Open
Conversation
added 2 commits
June 7, 2026 12:08
Member
|
因为几个带udp src的协议包括xray自己的 b.UDP 结构来回payload基本是对称的 从socks5开始就这样 去能带domain回也能带 能通过整个 b.UDP 传递 协议层面没有阻拦对端能发 可能是哪里不小心还原的 只是在tun这种三转四的节点会造成奇怪的反应 |
Collaborator
Author
|
想了想判断一下也好,不然恶意构造也可以让 tun 崩溃 理想情况是去可以带域名,回来不应该有,仅对 udp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
到底什么情况会用域名返回啊,懒得看了,先用原始目标返回,继续去看我的wg,有更好的修复可以提出#6279