Skip to content

Releases: twoone-3/AdGuardHomeForMagisk

20240926

26 Sep 04:49
Compare
Choose a tag to compare

BREAKING CHANGES

  • 完全重构了模块,请自行备份旧版配置文件(建议直接重新配置)
  • completely refactored the module, please backup the old configuration file by yourself (it is recommended to reconfigure directly)
  • 更新了DNS服务器,以及广告过滤规则,以及README.md
  • update DNS server and ad filter rules and README.md
  • 新增了配置文件,可以在/data/adb/agh/scripts/config.sh中修改配置
  • added configuration file, you can modify the configuration in /data/adb/agh/scripts/config.sh
  • 新增在 Magisk/KernelSU 中实时启动/停止模块的功能
  • added the ability to start/stop the module in real-time in Magisk/KernelSU
  • 修改备份逻辑,现在会自动备份原模块
  • modified the backup logic, now it will automatically backup the original module
  • 新增黑白名单功能,理论上是可以分应用,不过目前貌似没有效果,请自行测试
  • added black and white list function, theoretically can be separated by application, but currently seems to have no effect, please test by yourself

20240907

07 Sep 06:51
Compare
Choose a tag to compare

Change Log

20240907

  • 您可以在安装过程中按下音量按钮来选择是否备份配置。
  • You can choose whether or not to back up your configuration by pressing the volume button during installation.
  • 您可以通过创建一个名为 manual 的文件来选择是否在每次启动时应用 iptables 规则。
  • You can choose whether to apply iptables rules in every boot by creating a file named manual.
  • 添加了 Magisk/KernelSU 的更新链接。
  • Add update links for Magisk/KernelSU.
  • 更新了 AWAvenue-Ads-Rule。
  • Update AWAvenue-Ads-Rule.

20240821

21 Aug 08:45
Compare
Choose a tag to compare

Backup fixed

20240817

17 Aug 10:48
Compare
Choose a tag to compare
  • 更新了上游DNS连接方式,改用TLS连接
  • 新增了配置文件备份功能,在模块安装时可根据提示找到备份文件
  • Updated the upstream DNS connection method and switched to TLS connection
  • Added a configuration file backup function. When installing the module, you can find the backup file according to the prompt.

20240728

28 Jul 11:01
Compare
Choose a tag to compare
  • 微调了DNS服务器顺序
  • 分离多架构
  • 提高了iptables规则优先级,将在sleep 5后插入规则链
  • Fine-tuned DNS server order
  • Separated multiple architectures
  • Increased iptables rule priority, inserting rule chains after sleep 5

20240725

25 Jul 09:33
Compare
Choose a tag to compare
  • 因不支持弹窗确认操作,暂时移除KernelSU中的webroot管理面板
  • use_private_ptr_resolvers: false
  • 阻止所有ipv6 53端口的连接,增加可靠性
  • README update

20240721

21 Jul 07:45
Compare
Choose a tag to compare
  • 回退到自制的模块版本
  • 更新了 AdGuardHome 到 v0.107.52,我们解决了新版的兼容问题issue link,感谢@LiBYan提供的帮助
  • 新增了 armv7 支持
  • Rollback to the self-made module version
  • Updated AdGuardHome to v0.107.52, we solved the compatibility issue of the new version issue link, thanks to @LiBYan for help
  • Added armv7 support

20240715

15 Jul 11:56
Compare
Choose a tag to compare

本次更新又基于top大佬的模块魔改
修改内容如下:

  • 修改DNS筛选规则为秋风广告规则,省电,少误杀
  • 添加了 KernelSU 的 web 管理页面支持
  • 移除了强制自动更新
  • 移除了赞助页面

20240417

17 Apr 02:52
Compare
Choose a tag to compare

降级了 AdGuardHome 到45版本
加回了默认的filter,修改链接为raw github(可开全局代理更新)
默认禁用了ipv6(方案来自box_for_magisk)

20240225

25 Feb 03:43
Compare
Choose a tag to compare

更新adgh二进制文件
更新adgh配置文件schma
观察到DoT污染严重,故改DoT回DoH以避免污染
新增原理讲解,详见README