pack/luci-app-dnsmasq-ipset
2023-08-06 02:23:24 +08:00
..
files 首次提交 2023-08-05 02:39:21 +08:00
images 首次提交 2023-08-05 02:39:21 +08:00
.gitignore 2023.08.06 Update 2023-08-06 02:23:24 +08:00
LICENSE 首次提交 2023-08-05 02:39:21 +08:00
Makefile 2023.08.06 Update 2023-08-06 02:23:24 +08:00
README.md 首次提交 2023-08-05 02:39:21 +08:00

OpenWrt LuCI for ipset feature of dnsmasq-full

简介

本软件包是 dnsmasq-full IPSet 的 LuCI 控制界面, 方便用户实现根据域名路由。

屏幕截图

编译

从 OpenWrt 的 SDK 编译

# 解压下载好的 SDK
tar xjf OpenWrt-SDK-ramips-for-linux-*.tar.bz2
cd OpenWrt-SDK-ramips-*
# Clone 项目
git clone https://github.com/lvqier/luci-app-dnsmasq-ipset.git package/luci-app-dnsmasq-ipset
# 选择要编译的包 LuCI -> 3. Applications
make menuconfig
# 开始编译
make package/luci-app-dnsmasq-ipset/compile V=99