Skip to content

v0.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jun 12:00
· 25 commits to main since this release

v0.1.3 可用版本

本版本是当前可用版本,已完成 OpenWrt 23.05.5、24.10.6 和 snapshot 的手动全平台构建。

推荐安装方式

在 OpenWrt SSH 中执行:

sh -c "$(wget -O- https://raw.githubusercontent.com/10000ge10000/cf-ip-speed-panel/main/scripts/install-openwrt.sh)"

如果系统没有 wget,可以使用:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/10000ge10000/cf-ip-speed-panel/main/scripts/install-openwrt.sh)"

脚本会自动识别 OpenWrt 版本、CPU 架构和包管理器,并安装两个包:

  • cf-ip-speed-client
  • luci-app-cf-ip-speed-client

手动下载安装

每台机器都需要下载两个包:

  • 客户端包:cf-ip-speed-client
  • LuCI 界面包:luci-app-cf-ip-speed-client

安装顺序:先装客户端包,再装 LuCI 界面包。

opkg 系统安装:

opkg install ./cf-ip-speed-client*.ipk ./luci-app-cf-ip-speed-client*.ipk
/etc/init.d/rpcd reload
/etc/init.d/uhttpd reload

apk 系统安装:

apk add --allow-untrusted ./cf-ip-speed-client*.apk ./luci-app-cf-ip-speed-client*.apk
/etc/init.d/rpcd reload
/etc/init.d/uhttpd reload

怎么选包

  • OpenWrt 23 / 24 / opkg 系统:下载与你系统架构匹配的 .ipk 两个包。
  • OpenWrt snapshot / apk 系统:下载与你系统架构匹配的 .apk 两个包。
  • 不确定架构时,在 OpenWrt SSH 执行:cat /etc/openwrt_releaseopkg print-architecture

安装后

进入 LuCI 菜单:

服务 -> Cloudflare IP 优选助手

填写昵称,选择测速方式,然后启用即可。