Immortalwrt/openwrt 编译UA2F 路由固件存档 - 伴无言的小窝 GitHub - Zxilly/UA2F WebUI 首先进入网页后台,关闭所有加速: 然后在启动项添加一行,保存: ipset create nohttp hash:ip,port hashsize 65535 timeout 300 命令行 接着ssh 连接 openwrt,输入以下命令: # 启用 UA2F uci set ua2f.enabled.enabled=1...
1. 使用本地电脑编译 - 需要科学上网环境 - 以 Debian 11 虚拟机为例,设置代理并配置 OpenClash - 配置固件包,添加 UA2F 插件 - 编译时间大约 10 分钟下载 + 半小时编译,最后打包并传输固件2. 使用 Github Actions 自动化编译(推荐) - 更简单,无需科学上网 - fork 仓...
一个云编译UA2F固件的项目 已经正常工作了哦,在使用中有任何问题,欢迎反馈给我 如果要自己设置规则记得把 iptables -t mangle -A ua2f -m set --set nohttp dst,dst -j RETURN 改成以下规则 iptables -t mangle -A ua2f -m set --match-set nohttp dst,dst -j RETURN 食用方法: 用其他设备的话请改...
使用GitHub Actions 云编译ua2f的固件. Contribute to script-M/Actions-immortalWrt-UA2F development by creating an account on GitHub.