luci-app-cloudflarespeedtest is a LuCI application for OpenWrt, based on the CloudflareSpeedTest core tool. It automatically tests the latency and download speed of Cloudflare IPs, selects the best ones for your network, and updates them to proxy plugins like SSR+ and Passwall.
This project is a fork of mingxiaoyu/luci-app-cloudflarespeedtest with significant refactoring and improvements.
- Auto Speed Test: Periodically or manually test Cloudflare IPs to find the best one.
- Proxy Integration: Automatically update the best IP to SSR+, Passwall, MosDNS, astra-dns, and other proxy or DNS tools.
- Visual Charts: View history charts for latency and download speed trends.
- Auto Core Download: The package does not contain the core binary; it downloads automatically on the first run, reducing the package size.
- Improved UI & Logs: Redesigned status display and log format for better readability.
- Download the latest
.ipkor.apkfile from Releases. - Install it on your router:
opkg install luci-app-cloudflarespeedtest_*.ipk - Go to LuCI -> Services -> CloudflareSpeedTest to configure.
# Compile package only
make package/luci-app-cloudflarespeedtest/compile V=99
# Compile full image
make menuconfig
#choose LuCI ---> 3. Applications ---> <*> luci-app-cloudflarespeedtest..... for LuCI ----> save
make V=99
