Files
MasterHttpRelayVPN-RUST/docs/changelog/v1.2.7.md
T
therealaleph 0a29cf0740 v1.2.7: SNI cert fix mirrored to Android + tunnel-node scaffold (via #92 + #93)
- 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.
2026-04-23 23:38:10 +03:00

1.5 KiB
Raw Blame History

• رفع اعتبارسنجی گواهی ‫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)