OpenAppFilter/README.md
2021-08-31 09:55:48 +08:00

19 lines
869 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

应用过滤是一款基于OpenWrt的家长管理插件支持游戏、视频、聊天、下载等app过滤
### 如何编译应用过滤固件
1. 准备OpenWrt源码并编译成功
推荐源码仓库:
https://github.com/coolsnowwolf/lede.git
如果用官方源码不要用master分支因为luci版本不兼容推荐18.06版本。
2. clone应用过滤源码到OpenWrt源码package目录
git clone https://github.com/destan19/OpenAppFilter.git package/OpenAppFilter
3. make menuconfig 开启应用过滤插件宏
在OpenWrt源码目录执行make menuconfig进入luci app菜单选择luci-app-oaf保存
4. 编译生成固件
make V=s
### 使用说明
1. 将应用过滤设备做主路由
2. 关闭软硬加速、广告过滤、QOS、多WAN等涉及到nf_conn mark的模块
3. 开启应用过滤并选择需要过滤的app即可生效