Gemini Executive Synthesis
Telegram desktop client connectivity issues in 'App Script mode,' specifically chat updates remaining stuck despite a 'connected' status.
Technical Positioning
The product aims to provide 'DPI bypass' and proxy services. This issue highlights a functional limitation in 'App Script mode' for real-time applications like Telegram, where basic connectivity is established but dynamic content fails to load.
SaaS Insight & Market Implications
Users experience partial functionality with Telegram Desktop in 'App Script mode,' where the client reports 'connected' but chat updates remain stuck in an 'updating' state. This indicates that while basic proxy connectivity is established, the 'App Script mode' struggles with the real-time, persistent connections required by modern messaging applications. This limitation significantly degrades the user experience for a critical communication tool, suggesting the 'App Script mode' is insufficient for applications beyond simple web browsing. This reinforces the need for more robust tunneling solutions like the Full Tunnel mode for real-time application support.
Proprietary Technical Taxonomy
Raw Developer Origin & Technical Request
GitHub Issue
Apr 26, 2026
Repo: therealaleph/MasterHttpRelayVPN-RUST
ماندن روی وضعیت updating در تلگرام
دستگاهم مک هست و روی مد app script میذارم و proxy هم همونطور که در توضیحات گفته شده اضافه کردم ولی وقتی پروکسی تلگرام رو روشن میکنم مینویسه connected ولی چت ها روی وضعیت updating میمونه. تلگرامی که من استفاده میکنم نسخه دسکتاپ هست ورژن ۱۲.۱.۱۲. امتحان کردم دیدم پروکسی کار میکنه و مثلا یوتیوب رو باز میکنه.
Developer Debate & Comments
سلام @susbakun — این "Connected ولی روی updating میمونه" یه کیس کاملاً متفاوت از "Telegram اصلاً وصل نمیشه" هست — و خبر خوب اینکه نشون میده SOCKS5 handshake کار میکنه ولی payload data نمیتونه through برسه. **علت ۹۹٪ احتمال این case:** Telegram دسکتاپ MTProto over MTProto (نه HTTPS، نه TLS) استفاده میکنه. وقتی شما SOCKS5 proxy ست میکنید: 1. Telegram به `127.0.0.1:8086` (SOCKS5) وصل میشه ✅ → status میشه "connected" چون SOCKS5 handshake موفق بوده 2. Telegram اولین MTProto packet میفرسته به یکی از datacenterهاش (`149.154.167.x` و غیره) 3. mhrv-rs در `apps_script` mode میبینه payload نه HTTP نه TLS هست → dispatch به `raw-tcp (direct)` 4. **Mac شما direct connection به Telegram MTProto IP میزنه — که از ایران فیلتر شده** → packets به جایی نمیرسن 5. Telegram timeout میخوره → "updating..." میمونه چون پیامهای جدید درنمیان **این دقیقاً همون چیزی هست که در [ reply من](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/issues/225#issuecomment-4320733666) توضیح دادم.** Y...
> دستگاهم مک هست و روی مد app script میذارم و proxy هم همونطور که در توضیحات گفته شده اضافه کردم ولی وقتی پروکسی تلگرام رو روشن میکنم مینویسه connected ولی چت ها روی وضعیت updating میمونه. تلگرامی که من استفاده میکنم نسخه دسکتاپ هست ورژن ۱۲.۱.۱۲. امتحان کردم دیدم پروکسی کار میکنه و مثلا یوتیوب رو باز میکنه. اگه از تلگرام دسکتاپ استفاده میکنی از پروکسی HTTP استفاده کن و نه SOCKS
روی تلگرام مک پروکسی HTTP نداره
@susbakun — درسته، **Telegram Desktop روی مک HTTP proxy رو پشتیبانی نمیکنه**، فقط SOCKS5. این محدودیت Telegram خودشه (نه mhrv-rs). برای case شما فرقی نمیکنه — ساعت من گفتم HTTP، **SOCKS5 رو ست کنید**: **مک Telegram Desktop:** - Telegram Desktop → Settings → Advanced → Connection type - "Use custom proxy" انتخاب کنید - Proxy type: **SOCKS5** (نه HTTP) - Server: `127.0.0.1` - Port: **`8086`** (روی مک پورت SOCKS5 mhrv-rs، نه 1081 که برای اندرویده) - Username/Password: خالی - Save **اون نکتهٔ مهم: روی مک پورت SOCKS5 mhrv-rs برابر `8086` هست، روی اندروید `1081` هست.** این تفاوت در [ reply من](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/issues/211#issuecomment-4320523060) هم گفتم. اگه `1081` رو set کرده بودید، connection refused میگرفتید. **ولی:** حتی با SOCKS5 درست ست شده، هنوز همون "stuck on updating" مشکل ممکنه ادامه داشته باشه. علتش که در [reply قبلی من](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/issues/259#issuecomment-4322367579) توضیح دادم: SOCKS5 h...
App script Proxy mode کانکت نشدن تلگرام. اندروید 2026-04-26T19:28:46.315697Z INFO Loaded MITM CA from /data/user/0/com.therealaleph.mhrv/files/ca/ca.crt 2026-04-26T19:28:46.316958Z WARN Listening HTTP on 127.0.0.1:8080 — set your browser HTTP proxy to this address. 2026-04-26T19:28:46.317077Z WARN Listening SOCKS5 on 127.0.0.1:1081 — xray / Telegram / app-level SOCKS5 clients use this. 2026-04-26T19:29:01.034277Z INFO SOCKS5 CONNECT -> 149.154.167.41:443 2026-04-26T19:29:01.035064Z INFO SOCKS5 CONNECT -> 149.154.167.41:443 2026-04-26T19:29:01.035496Z INFO dispatch 149.154.167.41:443 -> raw-tcp (direct) (non-HTTP, non-TLS client payload) 2026-04-26T19:29:01.043019Z INFO dispatch 149.154.167.41:443 -> raw-tcp (direct) (non-HTTP, non-TLS client payload) 2026-04-26T19:29:01.044240Z INFO SOCKS5 CONNECT -> 149.154.167.41:443 2026-04-26T19:29:01.045957Z INFO SOCKS5 CONNECT -> 149.154.166.111:443 2026-04-26T19:29:01.046110Z INFO dispatch 149.154.167.41:443 -> raw-tcp (direct) (no...
Adjacent Repository Pain Points
Other highly discussed features and pain points extracted from therealaleph/MasterHttpRelayVPN-RUST.
Extracted Positioning
Comparison and justification of 'App-Script mode' versus 'Full Tunnel mode' with a VPS, focusing on performance, stability, and application compatibility.
The product offers a tiered approach to censorship circumvention. 'App-Script mode' is a basic, free option with inherent limitations, while 'Full Tunnel mode' with a VPS is positioned as a premium, high-performance solution. The core value of 'Full Tunnel mode' is its ability to bypass local interference and prevent VPS IP blocking by routing through Google's servers initially.
Top Replies
If you get a VPS and it actually works you should just use that entirely and ignore mhrv-rs. Using this thing if you have a VPS is completely pointless and I have no idea why the upstream SOCKS fea...
I think the logic behind Full Tunnel mode is that packets are first sent to Google’s servers and then forwarded to the VPS. This way, the connection cannot be interfered with at the local level, an...
> I think the logic behind Full Tunnel mode is that packets are first sent to Google’s servers and then forwarded to the VPS. This way, the connection cannot be interfered with at the local level, ...
آموزش vps
16
Extracted Positioning
VPS setup for Full Tunnel mode, Docker deployment, authentication key management, and troubleshooting 'no json in batch response' errors.
The product positions its Full Tunnel mode as a robust, self-hosted solution requiring user-managed infrastructure (VPS, Docker). This implies a target audience with technical proficiency or willingness to follow detailed setup guides.
Top Replies
@ArashKhandani سلام — راهنمای کامل Full mode + VPS این مراحل هست: **۱. VPS بگیرید** ارزونترین گزینهها: - **Hetzner CX11** (~۵ یورو/ماه) — Falkenstein/Helsinki/Ashburn datacenter - **Contabo VPS-S...
> [@ArashKhandani](https://github.com/ArashKhandani) سلام — راهنمای کامل Full mode + VPS این مراحل هست: > > **۱. VPS بگیرید** > > ارزونترین گزینهها: > > * **Hetzner CX11** (~۵ یورو/ماه) — Falkens...
@ArashKhandani — log محکم narrow میکنه. مشکل دقیق: ``` WARN batch failed: bad response: no json in batch response: Web App The script completed but did not return anything. ``` **این HTML دقیقاً d...
VPS
13
Extracted Positioning
Transitioning from Apps Script mode to Full Tunnel mode with a VPS, including benefits and setup guidance.
The product offers two distinct modes: Apps Script (free, limited) and Full Tunnel + VPS (paid, robust). The discussion positions the VPS mode as a superior, more stable, and feature-complete solution for users in highly censored environments.
Top Replies
@poryiar13 — جواب جامع به همه سؤالاتت: **۱. مزایای VPS برای mhrv-rs:** - **سرعت پایدار** — Apps Script مود بسیار به filter pulse Iran وابسته است ؛ Full mode + VPS این حساسیت نداره - **Telegram کامل...
i dont have "tunnel_node_url" in my config in full mode should i add it?
خیلی ممنون میشه بگید توی سایت Hetzner کودوم بخش باید کودوم رو بخرم تا بخرم برای اینکه بخوام روی چند تا گوشی درست کنم یعنی توی گوگل اسکریپت توی همون یدونه اکانت چند تا پروژه بسازم و همین کار ها رو ب...
Extracted Positioning
Full Tunnel mode configuration and error handling, specifically related to Google Apps Script relay responses.
The product offers 'Full Tunnel mode' as an advanced, robust option. This issue indicates a critical friction point in its setup, specifically around the Google Apps Script relay component's expected output.
Top Replies
@hamed0937 — `No json in batch response` در Full tunnel یعنی Apps Script یه پاسخ غیر-JSON برمیگردونه که اصولاً body decoy یا error HTML هست. در Full mode دو علت متداول داره: **۱. AUTH_KEY mismatch...
تشکر بابت سرعت بالا در پاسخدهی مو به مو اجرا شد هم برای tunnel auth key و هم برای auth key ولی همون ارور دریافت شد (متاسفانه بخاطر مشقت های کار با ترمیوس در اندروید موقع اجرای دستور دیباگ کرش میکنه...
من هم بعد از آپدیت 1.8.0 و بروزرسانی fullcode.gs و داکر سمت سرور به شدت دارم این ارورو رو دریافت میکنم نکته ای که هست اینه که سرعت لود بسیار پایینتر اومده اما همچنان میتونه لود کنه بعضی از ریکوست ه...
Extracted Positioning
Relay stability and performance for specific services (YouTube, Telegram) and general web browsing.
The product aims for 'Free DPI bypass' and 'cross-platform desktop UI, HTTP + SOCKS5 proxy.' This issue reveals significant performance and reliability gaps, particularly for streaming and real-time applications, despite successful relay testing.
Top Replies
@ahmadrmc7777 — این pattern کلی از علائم با [](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/issues/313) match میکنه — Iran ISP filter pulse روی Apps Script. **علائم شما:** | علامت | علت...
ممنون بابت راهنمایی کارهایی که انجام شد: نسخه 1.7.10 رو ندیدم در قسمت releases. آخرین نسخه 1.7.9 بود که به اون آپدیت کردم اون کد مربوط به یوتیوب رو هم به config.json اضافه کردم در مورد google_ip هم...
@ahmadrmc7777 — ممنون از گزارش دقیق. علائم شما ("YouTube ویدیو لود میشه ولی صفحه اصلی فقط ۴-۵ ویدیو نشون میده، اکثر سایتها 502 timeout") با همان pulse-throttle Iran ISP در [](https://github.com/...
Engagement Signals
Cross-Market Term Frequency
Quantifies the cross-market adoption of foundational terms like proxy and connected by tracking occurrence frequency across active SaaS architectures and enterprise developer debates.
Macro Market Trends
Correlated public search velocity for adjacent technologies.
SaaS Metrics