Files
MasterHttpRelayVPN-RUST/docs/changelog/v1.2.1.md
T
therealaleph 1d5d13d63d v1.2.1: IP-literal fast-fail + more SNIs + x.com GraphQL fix + Android SNI paste
Rollup of the three upstream-Python ports plus an Android UX polish:

- plain_tcp_passthrough: 4s connect timeout for IP literals (10s for
  hostnames). Halves Telegram DC-rotation latency when the current DC
  is DPI-dropped.
- DEFAULT_GOOGLE_SNI_POOL / DEFAULT_SNI_POOL: +maps, chat, translate,
  play, lens.google.com. More fingerprint spread, and maps/play pass
  DPI on some carriers where shorter *.google.com names don't.
- handle_mitm_request: x.com GraphQL URL truncation — strip everything
  after the first & when the path matches /i/api/graphql/.../?variables=.
  x.com's variables+features+fieldToggles blob overflows Apps Script's
  URL cap; `variables=` alone renders the timeline.
- Android SNI editor: paste-and-add now accepts a full list separated
  by whitespace / commas / newlines, dedupes, and merges with existing
  selection. Closes the "add them all at once" ask from #47.
- rlimit.rs: fence the example error log in a `text` code block so
  rustdoc stops trying to compile it.
2026-04-23 16:44:09 +03:00

2.1 KiB

• تایم‌اوت تند برای IP literalها (مثلاً DC تلگرام) — ۴ ثانیه به‌جای ۱۰ ثانیه. وقتی DC مسدود است، تلگرام دو برابر سریع‌تر به DC بعدی می‌چرخد (پورت از upstream پایتون) • افزودن maps / chat / translate / play / lens و scholar.google.com به مجموعهٔ چرخشی SNI — spread بیشتر، و چند مورد از این‌ها روی اپراتورهایی که *.google.com کوتاه را می‌بندند DPI را رد می‌کنند (issue #47) • اصلاح بارگذاری x.com: کوتاه کردن URLهای طولانی GraphQL که از سقف طول URL در Apps Script رد می‌شدند و باعث relay error می‌شد (پورت از upstream پایتون) • ویرایشگر SNI اندروید: می‌توانید یک لیست کامل از subdomainها را Paste کنید و با یک بار Add همه اضافه می‌شوند (issue #47) • اصلاح متن FAQ فارسی README: سهمیهٔ روزانهٔ UrlFetchApp ۲۰٬۰۰۰ درخواست است (نه ۲ میلیون) — ارجاع به مستند رسمی گوگل (issue #63)

• Fast-fail connect timeout for IP literals (e.g. Telegram DCs) — 4s instead of 10s. When a DC is blocked, clients like Telegram rotate to the next DC roughly twice as fast (ported from upstream Python) • Add maps / chat / translate / play / lens and scholar.google.com to the SNI rotation pool — more DPI-fingerprint spread, and a few of these reliably pass DPI on carriers where shorter *.google.com names don't (issue #47) • x.com loading fix: truncate long GraphQL URLs that were overflowing Apps Script's URL length cap and bouncing with a generic relay error (ported from upstream Python) • Android SNI editor: paste a whole list of subdomains once and Add picks them all up — whitespace, comma, and newline separated all work (issue #47) • Persian FAQ in README: UrlFetchApp quota corrected to 20,000/day (not 2 million), with reference to Google's official docs (issue #63)