feat: 完整实现 Naive/Cronet H2、H3 与 UoT v2 出站#39
Open
MiChongs wants to merge 2 commits into
Open
Conversation
MiChongs
marked this pull request as ready for review
July 25, 2026 20:28
Owner
Author
|
@copilot resolve the merge conflicts in this pull request |
MiChongs
enabled auto-merge (squash)
July 25, 2026 20:29
…suite # Conflicts: # Cargo.lock # Cargo.toml # crates/core-config/src/node_uri.rs
auto-merge was automatically disabled
July 25, 2026 20:33
Head branch was pushed to by a user without write access
Contributor
Merge conflicts have been resolved in commit
|
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.
变更概述
本 PR 基于最新
origin/main(4eccc5b)在独立 git worktree 中实现完整的 Naive 协议族支持。实现使用已发布的cronet0.2.0,并参照 sing-box 当前最新开发分支的 Naive 出站与 UDP over TCP v2 行为。实现内容
naive、naive+https、naive+quic节点与 URI 解析。username、extra-headers与 Naive 参数映射。naiveCargo feature,并由wuther-core透传。兼容性与许可
Naive 保持为显式启用的可选 feature。默认 MIT 构建和默认 Release 不包含 Cronet 动态库;启用或分发 Naive 构建时,需要遵守
cronet与 SagerNet/Naive Cronet 的 GPL-3.0-or-later 要求。Cronet 不提供可靠的跳过证书验证能力,因此
insecure/skip-cert-verify会被明确拒绝;私有 CA 通过certificate或certificate-path配置。验证
cargo fmt --all --checkpython scripts/check-repository.pycargo test --workspace --lockedcargo check -p wuther-core --features naive --all-targets --lockedcargo test -p core-outbound --features naive naive --locked