Gemini Executive Synthesis
Multi-device connectivity and local network proxy sharing from a connected device.
Technical Positioning
The product offers 'HTTP + SOCKS5 proxy' capabilities. This issue highlights a user expectation for local network sharing of the proxy, which is a common use case for VPN/proxy tools.
SaaS Insight & Market Implications
Users are attempting to leverage the product for multi-device connectivity by sharing the proxy over a local network. Despite configuring `listen host` to `0.0.0.0`, the user cannot connect from a mobile device using the local IP and SOCKS5/HTTP proxy. This indicates a potential configuration oversight, firewall issue, or an undocumented limitation in the product's local network sharing capabilities. Addressing this common use case is crucial for user satisfaction, as many users expect to extend their circumvention solution to multiple personal devices within their local network.
Proprietary Technical Taxonomy
Raw Developer Origin & Technical Request
GitHub Issue
Apr 25, 2026
Repo: therealaleph/MasterHttpRelayVPN-RUST
اتصال بقیه دستگاه ها به دستگاه کانکت شده
سلام
من مک بوکم وقتی متصل هست. listen host هم روی 0.0.0.0 گذاشتم
ولی با گوشیم و آی پی لوکال مک بوک نمیتونم با گوشیم با socks5 یا http وصل بشم به مک بوکم که متصل هست.
علتش رو میدونید؟
ممنون
Developer Debate & Comments
ترافیک از دیوایس خارجی وقتی میاد سمت برنامه RAW-TCP - Direct میشناسش. نمیدونم چرا... داخل لاگ : raw-tcp (direct) (non-HTTP, non-TLS client payload)
سلام. تنظیم `listen_host = 0.0.0.0` کافی نیست — اما اولین قدم درست هست. سه مورد دیگه باید چک کنید: **۱. Firewall macOS:** حتی اگه mhrv-rs روی `0.0.0.0:8085` listen کنه، macOS firewall ممکنه اتصالات از LAN رو block کنه. چک: ```bash sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate ``` اگه `Firewall is enabled` گرفتید، یا firewall رو موقتاً خاموش کنید (System Settings → Network → Firewall) یا یه exception برای mhrv-rs اضافه کنید (Firewall Options → Add app). **۲. آیپی LAN مکبوک رو دقیق چک کنید:** ```bash ifconfig | grep "inet " | grep -v 127.0.0.1 ``` خروجی باید چیزی شبیه `inet 192.168.1.42` نشون بده. این آیپی هست که گوشی باید بهش وصل بشه. **مهم**: مکبوک باید روی همون شبکهٔ WiFi باشه که گوشی هست (نه یکی روی Ethernet و یکی روی WiFi، مگه router internal routing داشته باشه). **۳. در گوشی، تنظیم proxy:** برای Android/iOS: - WiFi → روی شبکهتون tap → Modify network → Advanced → Proxy: **Manual** - Hostname: `192.168.1.42` (آیپی مکبوک) - Port: `8085` (HTTP) ی...
> سلام. تنظیم `listen_host = 0.0.0.0` کافی نیست — اما اولین قدم درست هست. سه مورد دیگه باید چک کنید: > > **۱. Firewall macOS:** > > حتی اگه mhrv-rs روی `0.0.0.0:8085` listen کنه، macOS firewall ممکنه اتصالات از LAN رو block کنه. چک: > > sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate > اگه `Firewall is enabled` گرفتید، یا firewall رو موقتاً خاموش کنید (System Settings → Network → Firewall) یا یه exception برای mhrv-rs اضافه کنید (Firewall Options → Add app). > > **۲. آیپی LAN مکبوک رو دقیق چک کنید:** > > ifconfig | grep "inet " | grep -v 127.0.0.1 > خروجی باید چیزی شبیه `inet 192.168.1.42` نشون بده. این آیپی هست که گوشی باید بهش وصل بشه. **مهم**: مکبوک باید روی همون شبکهٔ WiFi باشه که گوشی هست (نه یکی روی Ethernet و یکی روی WiFi، مگه router internal routing داشته باشه). > > **۳. در گوشی، تنظیم proxy:** > > برای Android/iOS: > > * WiFi → روی شبکهتون tap → Modify network → Advanced → Proxy: **Manual** > * Hostname: `192.168.1.42` (آیپی مکبوک) > * Port...
منم همین مشکل رو دارم ولی با ویندوز حتی سرور رو روی گوشی هم ران میکنم ساکس با 127.0.0.1:1081 و 127.0.0.1:8081 وصل نمیشه
@l3est برای روشن شدن — پورتها بستگی به سیستم عامل دارن: | محل | HTTP port | SOCKS5 port | |---|---|---| | ویندوز / مک / لینوکس | `8085` | `8086` | | اندروید | `8080` | `1081` | پس `127.0.0.1:8081` در هیچ سیستم عاملی پورت ما نیست. اگه میخواید از موبایل به PC ویندوز که mhrv-rs اجرا میکنه وصل بشید: ۱. روی PC ویندوز: - mhrv-rs در `Connection mode: Proxy only` - در `config.json` یا UI: `listen_host = 0.0.0.0` - پورتها: HTTP=`8085`, SOCKS5=`8086` - Connect ۲. در موبایل (تلگرام مثلاً): - SOCKS5 server: `
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 HTTP and SOCKS5 by tracking occurrence frequency across active SaaS architectures and enterprise developer debates.
SaaS Metrics