Skip to content

Releases: mlmvpn/mlmvpn_android

v1.2.1

Choose a tag to compare

@mlmvpn mlmvpn released this 09 Aug 01:04

🚀 What's new in 1.2.1

Added

  • Public GPLv3 source release on GitHub, with a full bilingual README, CONTRIBUTING guide, and Git LFS for native binaries/geo data.
  • Server-less domain fronting — new "Domain Fronting (server-less)" folder on the Connection tab. Reaches YouTube, Instagram, WhatsApp, Facebook, Reddit and other Fastly-hosted sites with no server or Cloudflare worker anywhere in the path — nothing to deploy, nothing to pay for, no shared bandwidth to saturate. TLS is terminated locally against an RSA-2048 root certificate the app generates on-device (raw X.509/DER, no BouncyCastle dependency) and re-established to the real host under a different, unblocked SNI. A guided setup card walks through certificate creation, installation (handled by Android's own installer on 10 and below; a save-to-Downloads + step-by-step Settings walkthrough on Android 11+, since the platform stopped letting apps install CAs directly), and live trust detection — no app restart needed. Browser-only by design — the YouTube/Instagram apps don't trust user-installed CAs on Android 7+; this is a platform rule with no workaround. A full tutorial (install and removal paths for Samsung, Xiaomi, Pixel, Huawei/Honor, Oppo/Realme/OnePlus, Vivo) plus 11 new FAQ entries were added to the in-app Help Center.
  • Two new default Iran configs — "کانفیگ ایران ۷/۸ (جدید)", shipped byte-for-byte from upstream Serverless-for-Iran v48 (@patterniha). A strategy change over the existing six v44-derived configs: sanctioned services (GitHub, Microsoft, OpenAI, Anthropic, xAI, Go/Python/Rust package hosts) now route direct through the system resolver so they still see an Iranian IP; the DoH resolver is domain-fronted through challenges.cloudflare.com; TLS gets a dedicated two-stage fragment outbound; QUIC and UDP/443 are blocked outright instead of noised; Iran's filter-page IP ranges are blackholed; IPv6 is raced against IPv4. A warning now shows inside the Iran-configs folder when the Local Port isn't 10808, which these configs require.
  • Connection tab: new "Get free configs" button. A multi-step wizard aggregates configs from public GitHub-hosted subscription sources, tests each one with a real Xray-proxied connection (not just a ping), and keeps only what actually connects.
  • Connection tab: real per-config country flags, queried once through the live tunnel during the "Real Delay" test and cached — no full connection needed just to see a config's real exit country.
  • App updates: automatic GitHub release check on launch (and again on connect, in case GitHub was blocked at launch), with an in-app download-and-install flow when a newer version exists.
  • Connection: a config's server domain is now resolved and IP-pinned before the core starts, with the outbound racing the resolved addresses concurrently (happyEyeballs). Matters most for Cloudflare-panel configs (BPB/EDG/Nahan), whose *.workers.dev domain resolves to a large rotating pool of edge IPs — some throttled or dead at any given moment from Iranian networks. Lowers connect latency and raises connect success rate; does not change post-connect throughput.
  • Connection: three wasteful behaviours removed from the generated Xray config, all found via a live logcat capture rather than by inspection —
    • every DNS lookup cost two round trips (an always-empty AAAA query before the real A query); now follows the device's own address-family preference
    • QUIC traffic was being tunneled into a worker that carries no UDP at all, stalling every attempt before it fell back to TCP anyway; QUIC and UDP/443 are now refused immediately
    • traffic to Iran's block-page IP ranges was paying full proxy latency to fetch a censorship notice; those ranges are now blackholed
  • Real delay test: the per-config test config is now trimmed to just what a one-URL measurement needs (no DNS servers, fake-DNS pool, or routing table), and each concurrent test gets its own local port instead of colliding on one. Applied to the scanner's health test and the Cloudflare IP scanner's delay test too.
  • Connection: the core's log level reverted from info back to warning — it had been raised for diagnostics and never reverted, costing constant CPU/storage for log lines nothing reads in a release build.
  • Proxy mode: the Local Port now accepts both SOCKS and HTTP (a mixed inbound) instead of SOCKS only.
  • Connection: the app now recovers automatically from a real network drop while connected — previously the tunnel had no way to notice the underlying network was gone, so the UI stayed stuck on "connected" until a manual reconnect.

Changed

  • Game tab: removed the two hardcoded legacy UAE WireGuard servers (one a dead 1-hour-trial endpoint, one already-retired dead code). Full-tunnel game boosting now goes entirely through the Aether engine, which self-selects a healthy endpoint across multiple protocols instead of one fixed server.
  • Cloud panel: bundled BPB Worker Panel upgraded 4.2.2 → 5.1.1 (new per-account config embedding model, JSON login, updated settings schema).
  • Cloud panel: bundled EDG worker (cmliu/edgetunnel) updated to the latest upstream build (packet coalescing, concurrent-dial racing, DoH caching).
  • Cloud panel: bundled Nahan (نهان) worker upgraded 2.9.4 → 3.0.0 (VLESS proxy chaining, v2rayN JSON subscription format, redesigned user form).
  • Aether: the MASQUE gateway-scan step now shows real progress (elapsed time, current attempt) instead of a static "in progress" message during a step that can legitimately take minutes.

Removed

  • Deno Panel: removed entirely (drawer entry, tab, FAQ, and the underlying engines/deno code). api.deno.com has been blocked in Iran for a while, and Deno's duration-based billing made free servers unsuitable for VPN use anyway — the Cloudflare panels (BPB/EDG/Nahan) cover the same need without either problem.

Fixed

  • Battery: substantially reduced drain while connected, from four separate always-on costs — an unbounded partial wake lock blocking deep sleep for the entire session, a leftover 5-second diagnostic loop, a traffic meter writing to disk every 2 seconds regardless of change, and an auto-switch watcher polling every 10 seconds even when the feature is off.
  • Scanner: real delay/speed test numbers could read far worse than the network actually was — hundreds of configs were tested with up to 8 real concurrent connections against the same servers, which Cloudflare/DPI throttles as suspicious traffic. Concurrency is now capped at 3.
  • Status bar: icons could render dark-on-dark and become invisible on phones set to system light mode.
  • Cloud panel: adding an account could get permanently stuck behind a "verify your email" overlay even when email verification wasn't the actual problem.
  • Cloud panel: a Global API Key with no email showed a vague "Invalid API Token" error; now explains the requirement directly.
  • Cloud panel: MLM worker deploys failed intermittently around midnight–3:30am Iran time, from compatibility_date being computed off the device's local clock instead of a fixed date.
  • Cloud panel: MLM/Nahan deploys could get permanently stuck on "Failed to create D1 Database" after a few retries, with the only fix being manual cleanup in the Cloudflare dashboard; the error now lists every existing database name.
  • Cloud panel: the MLM "User Management" screen could get stuck on "Error fetching users" right after a fresh deploy (a transient Cloudflare edge 404 before the new route was live); now retries automatically.
  • Cloud panel: BPB uploads failed with Cloudflare error 10021 ("No such module node:crypto") — v5.1.1 requires the nodejs_compat flag, which wasn't being sent.
  • Cloud panel: BPB-generated configs connected to nothing because the worker's mainDomain was left blank, falling back to BPB's own placeholder domain.
  • Personal anti-sanction DNS: sanctioned sites still 403'd with the feature on — domain routing relied on sniffing the TLS ClientHello's SNI, which silently fails under Encrypted Client Hello (Chrome's increasing default). Now resolves through a dedicated fake-IP pool instead.
  • Personal anti-sanction DNS: the DNS resolver was hardcoded to plain UDP 1.1.1.1:53 with no fallback, so turning the feature on could break unrelated sites (e.g. Gmail) on networks that block plain DNS; now uses DoH like the main config.
  • Personal anti-sanction DNS: the "check" button's message read as if it enabled routing on its own; it only classifies, and now says to press "add" explicitly.
  • Subscription links: background auto-sync re-uploaded configs to Cloudflare on every node-list change, even metadata-only ones (a ping result, a flag) that don't touch the actual config list.
  • Subscription links: a link's configs could silently go empty before the user ever pressed "Update".
  • Node connection: "Proxy mode" could show "connected" while the local proxy passed zero traffic, with every site timing out silently.
  • Navigation: the bottom nav bar's icons looked lopsided when optional tabs (Game/WireGuard) put a different icon count on each side of the center button.
  • Navigation: the hamburger drawer could get cut off on short screens, making the Emergency tiers unreachable; drawer content now scrolls fully.
  • Connection tab: the country flag above the Connect button used Cloudflare's own (occasionally wrong) geoIP field; now uses the same source as per-config flags, so both agree with each other and with third-party checkers.

فارسی: تاریخچه کامل و دوزبانه در CHANGELOG.md موجود است.

Full diff: https://github.com/mlmvpn/mlmvpn_android/commits/v1.2.1

v1.0.7 - Serverless Mode, xHTTP Panel & Critical Fixes

Choose a tag to compare

@mlmvpn mlmvpn released this 01 Jul 08:50
ac62af5

🚀 انتشار نسخه 1.0.7 اندروید (اتصال بدون سرور، رفع باگ‌ها و پنل اختصاصی)

در این آپدیت، تمرکز اصلی ما روی پایداری هسته اتصال، رفع مشکلات گزارش‌شده توسط کاربران و اضافه شدن روش‌های نوین برای عبور از سخت‌ترین شرایط شبکه‌ای بوده است.

✨ امکانات و ویژگی‌های جدید (New Features)

  • اتصال بدون سرور (Serverless Method): یک متد کاملاً جدید و قدرتمند برای سخت‌ترین شرایط اینترنت. با مراجعه به بخش «اتصال»، ۵ سرور پیش‌فرض در دسترس شماست که می‌توانید بدون نیاز به گرفتن تست پینگ، دیلی یا سرعت، فوراً به آن‌ها متصل شوید.
    • ⚠️ نکته مهم در استفاده از این متد: در حالت اتصال بدون سرور، لوکیشن شما تغییر نمی‌کند و همان آی‌پی فعلی شما (ایران) باقی می‌ماند. بنابراین این متد برای دور زدن سایت‌های تحریمی و تلگرام کاربرد ندارد، اما در شرایط بحرانی شبکه، اتصال شما را به سایر پلتفرم‌ها برقرار می‌کند.
  • رونمایی از پنل اختصاصی MLMVPN: اضافه شدن پنل اختصاصی برنامه که کانفیگ‌های پرقدرت و جدید با پروتکل xhttp را مستقیماً در اختیار کاربران قرار می‌دهد.

🛠 بهبودها و رفع باگ‌ها (Optimizations & Bug Fixes)

  • رفع مشکل اتصال کاذب (Fake Connection): باگ مربوط به نمایش ترافیک فیک (آپلود/دانلود) در حالی که اتصال اینترنت در عمل برقرار نبود، کاملاً ریشه‌یابی و برطرف شد.
  • بهینه‌سازی کامل موتور اسکنر: فرآیند جستجو و اسکن آی‌پی‌های تمیز به صورت دقیق بازنگری و بهینه‌سازی شده است.
  • ارتقای سیستم تست‌ها: بهینه‌سازی جامع موتورهای «تست دیلی» (در تب‌های اسکنر و اتصال)، «تست پینگ» و «تست سرعت» برای نمایش واقعی‌ترین و دقیق‌ترین نتایج.
  • پایداری اتصال: بهینه‌سازی کلی موتور ارتباطی نرم‌افزار جهت پایداری بیشتر کانکشن‌ها و افزایش سرعت تبادل دیتا.

📥 دانلود (Downloads):
فایل نصبی اندروید (.apk) نسخه 1.0.7 در بخش Assets در پایین همین صفحه جهت دانلود مستقیم قرار گرفته است.
پیشنهاد می‌شود برای تجربه بهتر، حتماً برنامه خود را به این نسخه به‌روزرسانی کنید.

v1.0.6 - Sub-Link Generation & Bug Fixes

Choose a tag to compare

@mlmvpn mlmvpn released this 24 Jun 03:17
ac62af5

🚀 انتشار آپدیت جدید اندروید (v1.0.6)

در این نسخه یک قابلیت بسیار مهم و کاربردی برای مدیریت بهتر کانفیگ‌ها به برنامه اضافه شده است و همچنین پایداری کلی اپلیکیشن ارتقا یافته است.

✨ امکانات جدید (New Features)

  • سیستم ساخت ساب‌لینک (Sub-Link Generator): اضافه شدن سیستم هوشمند تولید لینک ساب (Subscription Link) به صورت مستقیم در داخل اپلیکیشن جهت مدیریت جامع و اشتراک‌گذاری سریع‌تر.

🐛 رفع باگ‌ها (Bug Fixes)

  • رفع مشکلات گزارش‌شده: برطرف‌سازی باگ‌های جزئی گزارش‌شده توسط کاربران و بهبود چشمگیر پایداری برنامه برای اتصالی روان‌تر و بدون قطعی.

v1.0.5 - SNI Engine & Auto-Switch

Choose a tag to compare

@mlmvpn mlmvpn released this 23 Jun 23:33
ac62af5

🚀 لیست تغییرات نسخه جدید (Changelog)

✨ ویژگی‌های جدید (New Features)

  • موتور قدرتمند ضد فیلتر SNI: اضافه شدن بیش از ۴۰۰ کانفیگ SNI و امکان مدیریت و افزودن کانفیگ‌های جدید از طریق بخش اتصال.
  • سیستم‌های اضطراری نوین: پیاده‌سازی سیستم اضطراری اول (Vercel Tunnel) و سیستم اضطراری دوم (Google Script Tunnel - GST) برای اتصال در سخت‌ترین شرایط فیلترینگ.
  • سوئیچ خودکار در پس‌زمینه: قابلیت جابجایی خودکار سرور در صورت قطعی، با تنظیمات شخصی‌سازی شده حتی برای یک اپلیکیشن خاص و بدون دخالت کاربر.
  • مدیریت یکپارچه ورکرها: مشاهده تمامی ورکرهای فعال روی حساب کلادفلر با امکان مدیریت جامع و حذف تکی یا گروهی.
  • تست پلتفرم‌های خاص: اضافه شدن قابلیت تست اختصاصی کانفیگ‌ها برای اتصال به پلتفرم‌های محبوب نظیر یوتیوب، اینستاگرام و ۸ اپلیکیشن کاربردی دیگر.
  • پشتیبانی چندزبانه (انگلیسی و فارسی): اضافه شدن زبان انگلیسی با قابلیت تشخیص خودکار زبان سیستم‌عامل و امکان تغییر دستی.

⚡️ بهبودها و ارتقا (Enhancements & UI/UX)

  • ارتقای هسته پنل‌های ابری: به‌روزرسانی و بهینه‌سازی کامل هسته مرکزی هر سه پنل ابری (BPB، EDG و NHN).
  • نوار پیشرفت هوشمند (Progress Bar): افزوده شدن نوار درصد برای تست‌های پینگ، دیلی و سرعت جهت اطلاع دقیق و لحظه‌ای از روند بررسی کانفیگ‌ها.
  • تنظیمات پیشرفته MTU: امکان تنظیم دستی مقدار MTU در بخش اتصال برای بهبود چشمگیر سرعت آپلود و پایداری شبکه.
  • بازطراحی و ارتقای UI/UX: تغییر آیکون اصلی برنامه و بهینه‌سازی حداکثری رابط و تجربه کاربری برای کارکرد روان‌تر و جذاب‌تر.
  • مدیریت تب Warp: اضافه شدن امکان غیرفعال کردن و مخفی‌سازی کامل تب Warp در صورت عدم نیاز کاربر.

🐛 رفع باگ‌ها (Bug Fixes)

  • رفع مشکلات و بهبود پایداری: برطرف‌سازی باگ‌ها و خطاهای گزارش‌شده در نسخه‌های پیشین جهت افزایش پایداری برنامه.

1.0.4

Choose a tag to compare

@mlmvpn mlmvpn released this 14 Jun 12:43
ac62af5

🔥 آپدیت بزرگ MLMVPN Android 1.0.4 منتشر شد!

در این نسخه قابلیت‌های بسیار مهمی به برنامه اضافه شده:

✅ آی‌پی ثابت واقعی با کشور دلخواه
✅ پشتیبانی از تمام پنل‌ها
✅ اضافه شدن پنل نهان (راه‌اندازی با یک کلیک)
✅ ساخت اکانت برای دوستان و آشنایان
✅ تعیین حجم و تعداد روز اعتبار
✅ تعیین مصرف روزانه
✅ امکان مدیریت و قطع دسترسی کاربران
✅ رفع مشکلات گزارش‌شده و بهبود عملکرد برنامه

انتشار نسخه 1.0.3

Choose a tag to compare

@mlmvpn mlmvpn released this 12 Jun 13:23
ac62af5

+رفع مشکل دریافت کانفیگ برای حساب های جدید کلادفلر
+نمایش دقیق مشکل حساب(تایید ایمیل-تایید قوانین-سابدامین-ssl و ...
+اضافه شدن آرشیو آیپی ها برای ترکیب با دیگر کانفیگ ها و تست سلامت مجدد و دسترسی سریع در هر زمان