anti-AD/README.md

83 lines
4.5 KiB
Markdown
Raw Normal View History

2019-12-21 23:40:07 +08:00
# anti-AD v4
2019-12-21 12:09:19 +08:00
2019-12-21 13:06:15 +08:00
##### anti-AD是综合著名广告过滤列表的高效广告屏蔽、隐私保护工具。能主动探测域名支持国内外广告分开屏蔽现已支持AdGuardHomednsmasq SurgePi-Hole等优秀的网络组件。
2019-12-21 12:09:19 +08:00
2019-12-24 22:39:58 +08:00
使用anti-AD能够屏蔽广告域名能屏蔽电视盒子广告屏蔽app内置广告同时屏蔽了一些日志收集、大数据统计等涉及个人隐私信息的站点能够保护个人隐私不被偷偷上传。
2020-01-16 22:50:14 +08:00
本工具是将各大著名的hostsad filter listsadblock list等的列表进行合并去重再进行一系列的抽象化例如主动剔除失效域名、easylist优化模糊匹配、增强的黑白名单机制等措施最终生成期望的高命中率列表。
2019-12-24 18:55:21 +08:00
2020-02-04 17:14:34 +08:00
#### v4.3 (2020.02.04)
- 引入无效域名、hosts剔除机制大幅提升各过滤列表命中率
- 为了更好的支持pi-hole加入一个新的全域名列表 - `anti-ad-domains.txt`
- 根据网友 [@xlighting2017](https://github.com/privacy-protection-tools/anti-AD/issues/29) 建议更新surge到新的格式
- 引入数个新的配置参数,对输出结果精确控制
- 若干bug和逻辑修复
2020-02-03 11:17:42 +08:00
#### v4.2.2 (2020.02.02)
- 传统白名单增强模式,支持根域名单独加白而不影响其子域名
- 开始支持自动同步到另一个repo自动发布更新
- 开始引入官网,逐步建设完善
- 修复一些逻辑bug
2020-01-19 17:04:39 +08:00
#### v4.2.1 (2020.01.19)
- 增加对恶意挖矿域名列表的屏蔽
- 引入严格模式对恶意挖矿程序屏蔽时默认屏蔽其主域名例如www.baidu.com,严格模式启用时屏蔽baidu.com及其所有子域名
- 修复.cn域名匹配中发现的bug
- 一些正则表达式规则的进一步提取优化
2020-01-16 22:41:20 +08:00
#### v4.2 (2020.01.16)
- easylist支持正则表达式语法
- easylist白名单机制增强
2019-12-24 18:55:21 +08:00
#### v4.1 (2019.12.24)
- easylist支持通配符匹配域名
- easylist引入白名单赦免机制
2019-12-21 12:09:19 +08:00
#### v4.0 (2019.12.14)
2019-12-21 23:38:30 +08:00
- 开始支持主动探测无效域名进一步降低最终生成文件位于dist目录的体积提升命中率
- 开始支持dnsmasqeasylistsurge等多种格式
- 分离出国内域名的精简配置(`dist/*-basic.*`)和优化后的完整配置(`dist/*-full.*`),可以根据需求选择屏蔽等级
2019-12-21 12:09:19 +08:00
- 代码重构工程化分离class分离工具逻辑更清晰
2019-12-14 16:23:37 +08:00
2019-09-04 19:46:50 +08:00
## 快速使用
2017-12-31 20:25:35 +08:00
2019-12-21 12:15:38 +08:00
### 1. dnsmasq
2020-01-30 12:20:05 +08:00
1. 下载[adblock-for-dnsmasq.conf](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/adblock-for-dnsmasq.conf) ([jsDelivr加速](https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/adblock-for-dnsmasq.conf)), 保存到你的dnsmasq配置的正确目录下
2019-09-04 19:50:03 +08:00
2. 重启dnsmasq服务
3. 已经生效了enjoy it
2017-12-31 20:25:35 +08:00
2019-12-21 12:15:38 +08:00
### 2. AdGuardHome
1. 进入AdGuardHome过滤器页面选择添加过滤器
2020-01-09 15:37:48 +08:00
2. 输入名称 `anti-AD`url地址`https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-easylist.txt`([jsDelivr加速](https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-easylist.txt))
2019-12-21 12:15:38 +08:00
3. 点击确认后即生效
2018-10-04 01:18:14 +08:00
2019-12-21 12:15:38 +08:00
### 3. Pi-Hole
1. 进入Pi-Hole的配置界面
2020-02-03 22:08:25 +08:00
2. 添加 `https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-domains.txt`([jsDelivr加速](https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-domains.txt)) 作为新的过滤器
2019-12-21 12:15:38 +08:00
3. 保存后生效
2020-01-09 15:37:48 +08:00
## jsDelivr镜像加速
2019-12-21 12:15:38 +08:00
2020-01-16 22:47:40 +08:00
_感谢 [@rufengsuixing](https://github.com/rufengsuixing) 提出的优化建议_
1. `adblock-for-dnsmasq.conf`: [https://cdn.jsdelivr.net/.../adblock-for-dnsmasq.conf](https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/adblock-for-dnsmasq.conf)
2. `anti-ad-easylist.txt`: [https://cdn.jsdelivr.net/.../anti-ad-easylist.txt](https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-easylist.txt)
3. `anti-ad-surge.txt`: [https://cdn.jsdelivr.net/.../anti-ad-surge.txt](https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-surge.txt)
2017-12-31 20:25:35 +08:00
2019-10-22 22:16:30 +08:00
## 欢迎提意见
2017-12-31 20:25:35 +08:00
2019-10-22 22:19:21 +08:00
对于本工具大家伙儿有任何建议或者存在误杀bug其他错误各种意见 [请开issue](https://github.com/gentlyxu/anti-AD/issues/new)
2019-09-04 19:46:50 +08:00
## 特别感谢
- [Adblock Plus](https://adblockplus.org/) - 畅游清爽洁净的网络!
- [neoFelhz/neohosts](https://github.com/neoFelhz/neohosts) - 自由·负责·克制 去广告 Hosts 项目
- [vokins/yhosts](https://github.com/vokins/yhosts) - yhosts
- [cjx82630/cjxlist](https://github.com/cjx82630/cjxlist) - Adblock Plus EasyList Lite与CJX's Annoyance List