mhrv-rs-android-universal-v1.2.6.apk
37.4 MB
mhrv-rs Android v1.2.6
SHA-256:
https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.6
SHA-256:
3ed79edf50b3363acc721bdcd1e67a42ecbcda81c2ff52c3be503564ab55ab05https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.6
❤14
Shin | شین
mhrv-rs-android-universal-v1.2.6.apk
• سختکردن range-parallel: اعتبارسنجی هدر `Content-Range` قبل از دوختن پاسخهای ۲۰۶. پاسخهای نامعتبر دیگه به صورت ۲۰۰ OK جعلی ترکیب نمیشن — probe نامعتبر به GET تکی برمیگرده، چانکهای نامعتبر به پاسخ probe برمیگرده (PR #78)
• رد configهایی که HTTP و SOCKS5 رو روی یک پورت تنظیم کردهاند قبل از bind failure زمان اجرا. هم در load config و هم در فرم UI چک میشه (PR #79)
• یادداشت README درباره محدودیت user-CA اندروید 7+ — اپهایی مثل Telegram / WhatsApp / Instagram به CA ما اعتماد نمیکنن، برای اونها از PROXY_ONLY یا upstream_socks5 استفاده کنید (issues #74 #81)
• رفع زیرساخت CI (دور دوم): rust-cache v2 به صورت پیشفرض `$CARGO_HOME/bin` رو در پایان هر job pruneمیکرد و باینری `rustup` رو (که توسط rustup-init نصب شده، نه `cargo install`) پاک میکرد. این باعث میشد jobهای بعدی روی symlinkهای شکسته به TOML parse error برخورد کنن. حالا `cache-bin: "false"` تنظیم کردیم و `cargo-ndk` هم به `/usr/local/bin/` منتقل شده
• اسکن SNI خودکار: دستور جدید `mhrv-rs scan-sni` که از رنج IPهای Google با PTR lookup روی dns.google شروع میکنه، روی هر IP SNIهای Google-related رو کشف میکنه، و هر کدوم رو با TLS handshake علیه `google_ip` تست میکنه تا ببینه DPI رو رد میکنن یا نه (PR #83)
• Range-parallel hardening: validate `Content-Range` before stitching 206 responses. Invalid responses no longer combine into a fake 200 OK — invalid probe falls back to a normal single GET, invalid later chunks fall back to the probe response (PR #78)
• Reject configs that set HTTP and SOCKS5 to the same port before the runtime bind failure. Enforced both at config-load time and in the UI form (PR #79)
• README note on the Android 7+ user-CA trust limit — apps like Telegram / WhatsApp / Instagram don't trust user-installed CAs, use PROXY_ONLY or upstream_socks5 for those (issues #74 #81)
• CI infrastructure fix (round 1): apt-get steps on Linux build jobs gated to GitHub-hosted runners only. On the new self-hosted runners, multiple parallel matrix jobs were racing on `/var/lib/apt/lists/lock` and failing all at once. Packages now pre-installed at runner setup time
• CI infrastructure fix (round 2): rust-cache v2's default bin-pruning was wiping the `rustup` binary at end of each job (since rustup wasn't installed via `cargo install`, rust-cache considered it an "unknown" bin). Next job then hit TOML parse errors from broken cargo symlinks. Set `cache-bin: "false"` and moved `cargo-ndk` to `/usr/local/bin/` out of rust-cache's reach
• New `mhrv-rs scan-sni` subcommand: pulls Google's IP ranges, does PTR lookups via dns.google on each IP to discover Google-related hostnames, then TLS-probes each discovered SNI against the configured `google_ip` to see if it bypasses DPI. Useful for rebuilding a working SNI pool on a new ISP (PR #83)
❤19😁2
Emanuel (Mannie) Fabian ✓
Thu, 23 Apr 2026 20:19:42 UTC
Sirens warning of rocket fire sound in the Lebanon border community of Shtula.
The IDF is investigating the incident.
𝕏 · @shin_persian
@manniefabianThu, 23 Apr 2026 20:19:42 UTC
Sirens warning of rocket fire sound in the Lebanon border community of Shtula.
The IDF is investigating the incident.
فارسی
آژیرهای هشدار شلیک راکت در شهرک «شتولا» در نزدیکی مرز لبنان به صدا درآمدند.
ارتش دفاعی اسرائیل (IDF) در حال بررسی این حادثه است.
𝕏 · @shin_persian
❤11🔥1
mhrv-rs-android-universal-v1.2.7.apk
37.4 MB
mhrv-rs Android v1.2.7
SHA-256:
https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.7
SHA-256:
db6b77676dbf928a0a374eb5f198229fb7f2dd78f711c9c1f8772feab09395d5https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.7
❤6
Shin | شین
mhrv-rs-android-universal-v1.2.7.apk
• رفع اعتبارسنجی گواهی 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)
❤20
mhrv-rs-android-universal-v1.2.9.apk
37.4 MB
mhrv-rs Android v1.2.9
SHA-256:
https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.9
SHA-256:
84d227ef9a84c429ab52bae128818c771a99c9e1c4bc529099e278ffaf5f2824https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.9
❤13
U.S. Department of Justice ✓
Thu, 23 Apr 2026 22:16:24 UTC
U.S. Soldier Charged With Using Classified Information To Profit From Prediction Market Bets
Gannon Ken Van Dyke allegedly made more than $400,000 trading on polymarket on the basis of classified information regarding the timing of a U.S. military operation to capture Nicolás Maduro in Venezuela
🔗: https://www.justice.gov/opa/pr/us-soldier-charged-using-classified-information-profit-prediction-market-bets
𝕏 · @shin_persian
@TheJusticeDeptThu, 23 Apr 2026 22:16:24 UTC
U.S. Soldier Charged With Using Classified Information To Profit From Prediction Market Bets
Gannon Ken Van Dyke allegedly made more than $400,000 trading on polymarket on the basis of classified information regarding the timing of a U.S. military operation to capture Nicolás Maduro in Venezuela
🔗: https://www.justice.gov/opa/pr/us-soldier-charged-using-classified-information-profit-prediction-market-bets
فارسی
سرباز آمریکایی به اتهام استفاده از اطلاعات طبقهبندی شده برای سودآوری از شرطبندی در بازارهای پیشبینی متهم شد
گانن کن ون دایک متهم است که بر اساس اطلاعات طبقهبندی شده در مورد زمانبندی عملیات نظامی ایالات متحده برای دستگیری نیکلاس مادورو در ونزوئلا، بیش از ۴۰۰,۰۰۰ دلار در پلتفرم پلیمارکت (Polymarket) معامله کرده است.
🔗: https://www.justice.gov/opa/pr/us-soldier-charged-using-classified-information-profit-prediction-market-bets
𝕏 · @shin_persian
😁16👍5❤1🔥1
۱۶۳ هزار دانلود طی ۲ روز اخیر. ممنون از تمامی issue ها و pull request هایی که ایجاد کردید برای بهتر کردن mhrv-rs و خوشحالم که خیلی ها تونستن متصل بشن و استفاده کنن.
برای بررسی ایراد ها و pr ها یک بات نوشتم که با کرون ۳۰ دقیقه ای ایراد ها رو بررسی میکنه و به من اطلاع میده و pr های امن و کاربردی رو میسازه و ورژن جدید میسازه.
فقط یک مورد: لطفا حواستون به هر نرم افزار یا سرتیفیکیتی که برای عبور از فیلترینگ نصب می کنید باشه، هیچ استثنایی هم قائل نشید، کد رو اگه بلدید چک کنید، بلد نیستید از هوش مصنوعی یا کسی که بهش دسترسی داره کمک بگیرید و بررسی کنید. اگر به یک نرم افزار اعتماد دارید حتما و حتما برای بروزرسانیش checksum فایل گیتهابش رو با checksum آپلود شده در شبکه های اجتماعی یا سایت های آپلود ایرانی مقایسه کنید و تطبیق بدید.
وقتتون خوش.
برای بررسی ایراد ها و pr ها یک بات نوشتم که با کرون ۳۰ دقیقه ای ایراد ها رو بررسی میکنه و به من اطلاع میده و pr های امن و کاربردی رو میسازه و ورژن جدید میسازه.
فقط یک مورد: لطفا حواستون به هر نرم افزار یا سرتیفیکیتی که برای عبور از فیلترینگ نصب می کنید باشه، هیچ استثنایی هم قائل نشید، کد رو اگه بلدید چک کنید، بلد نیستید از هوش مصنوعی یا کسی که بهش دسترسی داره کمک بگیرید و بررسی کنید. اگر به یک نرم افزار اعتماد دارید حتما و حتما برای بروزرسانیش checksum فایل گیتهابش رو با checksum آپلود شده در شبکه های اجتماعی یا سایت های آپلود ایرانی مقایسه کنید و تطبیق بدید.
وقتتون خوش.
❤68👍2🥰1
mhrv-rs-android-universal-v1.2.10.apk
37.4 MB
mhrv-rs Android v1.2.10
SHA-256:
https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.10
SHA-256:
831f4d6d5b8a6f95e6850bd8c967531bb315a00a26df6b43d40699c94e9ed056https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.10
❤19🔥2👍1
mhrv-rs-android-universal-v1.2.11.apk
37.4 MB
mhrv-rs Android v1.2.11
SHA-256:
https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.11
SHA-256:
a3e2a251fe602dda51966c0419985386963c3630ebf48b302dcc7ef852946c03https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.11
3❤15👍3👎1
mhrv-rs-android-universal-v1.2.12.apk
37.7 MB
mhrv-rs Android v1.2.12
SHA-256:
https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.12
SHA-256:
bc3df7cfc37df729edbd24d8d89ef5472e21a23e2815726edf5fdf0dc4e6b475https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.12
❤16👍3
Shin ✓
Fri, 24 Apr 2026 10:23:11 UTC
2 fiber-optic guided drones struck northern border positions, #Kuwait 🇰🇼
𝕏 · @shin_persian
@hey_itsmyturnFri, 24 Apr 2026 10:23:11 UTC
2 fiber-optic guided drones struck northern border positions, #Kuwait 🇰🇼
فارسی
۲ پهپاد هدایتشونده با فیبر نوری به مواضع مرزی شمالی اصابت کردند، #Kuwait 🇰🇼
𝕏 · @shin_persian
🔥6❤1
↩️ Quoted tweet:
Emanuel (Mannie) Fabian ✓
Fri, 24 Apr 2026 11:47:08 UTC
Hezbollah shot down an Israeli drone over the southern Lebanon coastal city of Tyre, according to Lebanese media.
𝕏 · @shin_persian
Emanuel (Mannie) Fabian ✓
@manniefabianFri, 24 Apr 2026 11:47:08 UTC
Hezbollah shot down an Israeli drone over the southern Lebanon coastal city of Tyre, according to Lebanese media.
↩️ توییت نقلقول شده — برای پاسخ، پست زیر را ببینید.
فارسی
به گزارش رسانههای لبنانی، حزبالله یک پهپاد اسرائیلی را بر فراز شهر ساحلی صور در جنوب لبنان سرنگون کرد.
𝕏 · @shin_persian
❤6🤬5
Shin | شین
Video
🔁 Quoting above tweet:
Emanuel (Mannie) Fabian ✓
Fri, 24 Apr 2026 11:57:03 UTC
The IDF confirms one of its drones was shot down by Hezbollah over Tyre in southern Lebanon this afternoon.
The military says Hezbollah hit the unmanned aerial vehicle with an anti-aircraft missile.
"The incident is under investigation," the IDF adds.
𝕏 · @shin_persian
Emanuel (Mannie) Fabian ✓
@manniefabianFri, 24 Apr 2026 11:57:03 UTC
The IDF confirms one of its drones was shot down by Hezbollah over Tyre in southern Lebanon this afternoon.
The military says Hezbollah hit the unmanned aerial vehicle with an anti-aircraft missile.
"The incident is under investigation," the IDF adds.
فارسی
ارتش دفاعی اسرائیل تایید کرد که یکی از پهپادهایش بعدازظهر امروز توسط حزبالله بر فراز صور در جنوب لبنان سرنگون شده است.
ارتش میگوید حزبالله این هواپیمای بدون سرنشین را با یک موشک ضدهوایی هدف قرار داده است.
ارتش دفاعی اسرائیل (IDF) افزود: «این حادثه در دست بررسی است.»
𝕏 · @shin_persian
❤1
U.S. Central Command ✓
Fri, 24 Apr 2026 10:03:32 UTC
For the first time in decades, three aircraft carriers are operating in the Middle East at the same time. Accompanied by their carrier air wings, the USS Abraham Lincoln (CVN 72), USS Gerald R. Ford (CVN 78) and USS George H.W. Bush (CVN 77) include over 200 aircraft and 15,000
𝕏 · @shin_persian
@CENTCOMFri, 24 Apr 2026 10:03:32 UTC
For the first time in decades, three aircraft carriers are operating in the Middle East at the same time. Accompanied by their carrier air wings, the USS Abraham Lincoln (CVN 72), USS Gerald R. Ford (CVN 78) and USS George H.W. Bush (CVN 77) include over 200 aircraft and 15,000
فارسی
برای نخستین بار در دهههای اخیر، سه ناو هواپیمابر به طور همزمان در خاورمیانه در حال عملیات هستند. این ناوها شامل یواساس آبراهام لینکلن (CVN 72)، یواساس جرالد آر. فورد (CVN 78) و یواساس جورج اچ.دبلیو. بوش (CVN 77) به همراه گروههای پروازی خود، شامل بیش از ۲۰۰ فروند هواپیما و ۱۵,۰۰۰ نیرو هستند.
𝕏 · @shin_persian
❤25👍7😁1
Shin ✓
Fri, 24 Apr 2026 14:12:57 UTC
@ 1409Z
AA activity over Kenesht, Kermanshah Province, #Iran
𝕏 · @shin_persian
@hey_itsmyturnFri, 24 Apr 2026 14:12:57 UTC
@ 1409Z
AA activity over Kenesht, Kermanshah Province, #Iran
فارسی
@ ۱۴۰۹ زولو (۱۷:۳۹ به وقت تهران)
فعالیت پدافند هوایی بر فراز کنشت، استان کرمانشاه، #Iran
𝕏 · @shin_persian
👍11
mhrv-rs-android-universal-v1.2.13.apk
37.7 MB
mhrv-rs Android v1.2.13
SHA-256:
https://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.13
SHA-256:
b3a02f931bfedb905662ff4278a395fe564e4c35b55e4bf58bb0815fd3b58aebhttps://github.com/therealaleph/MasterHttpRelayVPN-RUST
https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/tag/v1.2.13
❤16👍4
U.S. Central Command ✓
Fri, 24 Apr 2026 13:50:47 UTC
The blockade against ships entering or exiting Iranian ports continues. To date, U.S. forces have redirected 34 vessels.
𝕏 · @shin_persian
@CENTCOMFri, 24 Apr 2026 13:50:47 UTC
The blockade against ships entering or exiting Iranian ports continues. To date, U.S. forces have redirected 34 vessels.
فارسی
محاصره علیه کشتیهایی که به بنادر ایران وارد یا از آنها خارج میشوند ادامه دارد. تا به امروز، نیروهای ایالات متحده مسیر ۳۴ شناور را تغییر دادهاند.
𝕏 · @shin_persian
🔥18❤5