Без опису

rufengsuixing 912817cdb1 add hint to gfwlist add or not 6 роки тому
luasrc 912817cdb1 add hint to gfwlist add or not 6 роки тому
po 912817cdb1 add hint to gfwlist add or not 6 роки тому
root 99309482d8 clean up script 6 роки тому
.gitattributes 9ca23cad7a Initial commit 6 роки тому
.gitignore 50381b4b94 del all bak 6 роки тому
Makefile fc03036db1 del luci-cache 6 роки тому
README.md 6e54e83b33 Update README.md 6 роки тому

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

    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