Skip to content

IP Region OpenWrt 2026.5.26-1

Choose a tag to compare

@romanilyin romanilyin released this 26 May 08:02
· 25 commits to main since this release

IP Region OpenWrt 2026.5.26-1

First public release of IP Region for OpenWrt 25.12.4+.

IP Region is a diagnostics-only OpenWrt package and LuCI app for checking how GeoIP, popular services, CDN endpoints and AI API providers see your router route, interface or SOCKS5 proxy.

Highlights

  • OpenWrt 25.12.4+ support with apk packages.
  • ipregion CLI/backend implemented in ucode.
  • LuCI app under Status -> IP Region.
  • 41 GeoIP, popular service and CDN checks.
  • 9 AI provider endpoint reachability checks: OpenAI, Anthropic, Google Gemini, DeepSeek, Qwen Singapore, Qwen Beijing, Kimi/Moonshot, Baidu Qianfan and Zhipu/GLM.
  • IPv4/IPv6 egress discovery.
  • Interface-bound checks.
  • SOCKS5 proxy checks with local DNS socks5:// and remote DNS socks5h://.
  • GeoIP modes: lookup checks the discovered router IP, route asks supported GeoIP APIs what country they see for the exact request path.
  • AI safe mode by default: no API keys stored or required.
  • Local runtime state, results and logs under /tmp/run/ipregion/.
  • GitHub Release installer via install.sh.

Packages

The APK packages are architecture-independent (noarch) and are intended to work across supported OpenWrt 25.12.4+ targets.

Release assets:

  • ipregion-2026.5.26-r1.apk
  • luci-app-ipregion-2026.5.26-r1.apk
  • luci-i18n-ipregion-ru-*.apk

Install on a router:

wget -qO- https://raw.githubusercontent.com/romanilyin/ipregion-openwrt/main/install.sh | sh

Install this exact release:

wget -qO- https://raw.githubusercontent.com/romanilyin/ipregion-openwrt/main/install.sh | IPREGION_RELEASE=2026.5.26-1 sh

Notes

  • This plugin is diagnostics-only. It does not modify firewall, nftables, mwan3, podkop, WARP or routing configuration.
  • Release APKs are not from the official OpenWrt package repository, so the installer uses apk add --allow-untrusted by default.