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