No Description

rufengsuixing a42c9c6536 More compression method (#4) 5 years ago
.github e07fd0a402 issue update 5 years ago
luasrc a42c9c6536 More compression method (#4) 5 years ago
po a42c9c6536 More compression method (#4) 5 years ago
root a42c9c6536 More compression method (#4) 5 years ago
.gitattributes 9ca23cad7a Initial commit 5 years ago
.gitignore 50381b4b94 del all bak 5 years ago
Makefile a42c9c6536 More compression method (#4) 5 years ago
README.md efefcc1328 Revert "Merge branch 'master' of https://github.com/rufengsuixing/luci-app-adguardhome" 5 years ago

README.md

luci-app-adguardhome

复杂的AdGuardHome的openwrt的luci界面

  • 可以管理网页端口
  • luci更新核心版本
  • upx 压缩核心
  • dns重定向
  • 自定义执行文件路径(支持tmp,每次重启后自动下载bin)
  • 自定义配置文件路径
  • 自定义工作路径
  • 自定义运行日志路径
  • gfwlist 定义上游dns服务器
  • 修改网页登陆密码
  • 手动修改配置文件

    已知问题:

  • db数据库不支持放在比较特别的文件系统上比如 overlay data-stk-oo,请修改工作目录,本软件如果检测到overlay会自动ln(软连接)到/tmp,将会导致重启丢失dns数据库

项目已经基本稳定,有bug欢迎主动反馈

Complex openwrt AdGuardHome luci

  • can manage browser port
  • update core in luci
  • compress core with upx
  • redirect dns
  • change bin path
  • change config path
  • change work dir(support tmp,auto redownload after reboot)
  • change runtime log path
  • gfwlist query to specific dns server
  • modify browser login passord
  • modify config manually

    known issues:

  • db database not support some filesystem such as overlay and data-stk-oo,please modify work dir,if overlay is found,will auto ln (soft link)the dbs to /tmp ,will lost dns database after reboot