update cdn

This commit is contained in:
SunBK201 2025-10-23 01:38:08 +08:00
parent f4d15229e3
commit c95faf4c9d

View File

@ -40,15 +40,6 @@ make -j$(nproc) || make -j1 || make -j1 V=sc # make package/UA3F/openwrt/compile
docker run -p 1080:1080 sunbk201/ua3f -f FFF
```
4. 使用安装/升级脚本进行部署:
```sh
opkg update
opkg install curl libcurl luci-compat
export url='https://blog.sunbk201.site/cdn' && sh -c "$(curl -kfsSl $url/install.sh)"
service ua3f reload
```
## 使用
UA3F 支持 LuCI Web 页面,可以打开 Services -> UA3F 进行相关配置。