IP Region OpenWrt 2026.5.26-1
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
apkpackages. ipregionCLI/backend implemented inucode.- 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 DNSsocks5h://. - GeoIP modes:
lookupchecks the discovered router IP,routeasks 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.apkluci-app-ipregion-2026.5.26-r1.apkluci-i18n-ipregion-ru-*.apk
Install on a router:
wget -qO- https://raw.githubusercontent.com/romanilyin/ipregion-openwrt/main/install.sh | shInstall this exact release:
wget -qO- https://raw.githubusercontent.com/romanilyin/ipregion-openwrt/main/install.sh | IPREGION_RELEASE=2026.5.26-1 shNotes
- 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-untrustedby default.