mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-18 05:44:35 +03:00
0a29cf0740
- Android DEFAULT_SNI_POOL: mirror the Rust-side fix from #92 — accounts.googl.com replaced by accounts.google.com. Same cert-SAN mismatch that was failing every Nth rotation in the Rust client affected the Android user's sniHosts population; both pools need to stay in sync by design. - Release rolls up PR #92 (cert fix) and PR #93 (tunnel-node + CodeFull.gs scaffolding). PR #93 adds a standalone binary under tunnel-node/ plus an Apps Script companion; no main-crate changes, so this is a zero-risk merge. Users who want to deploy a tunnel node can start today. The dispatch that activates `mode: full` is still in review in PR #94.
1.5 KiB
1.5 KiB
• رفع اعتبارسنجی گواهی SNI rotation: accounts.googl.com در لیست گواهی GFE گوگل نبود و هر اتصال N-ام که rotation روش میفتاد با verify_ssl=true fail میشد. جایگزین شد با accounts.google.com که توسط *.google.com wildcard پوشش داده میشه (PR #92)
• زیرساخت tunnel-node: سرور مستقل Rust/axum + CodeFull.gs برای کاربرانی که میخوان یه tunnel node راهاندازی کنن. این قسمت ۱ از ۳ ویژگی Full Tunnel Mode است — فایلهای جدید، بدون تغییر در کد موجود. استفاده از حالت full در PR #94 فعال میشه (PR #93)
• SNI rotation cert fix: accounts.googl.com was not in Google's GFE certificate SAN list, causing every Nth connection where rotation landed on it to fail validation with verify_ssl=true. Replaced with accounts.google.com which is covered by the *.google.com wildcard (PR #92)
• tunnel-node scaffolding: standalone Rust/axum server + CodeFull.gs for users who want to deploy a remote tunnel node. This is part 1 of 3 of the Full Tunnel Mode feature — all new files, no changes to existing code. The mode: full dispatch that activates it will land via PR #94 (PR #93)