Update README.md

This commit is contained in:
gentlyxu 2020-07-21 18:53:50 +08:00 committed by GitHub
parent 6fe11100c7
commit e21e7eb602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,15 +6,15 @@
本工具是通过域名解析层来屏蔽广告和保护隐私的其将各大著名的hostsad filter listsadblock list等的列表进行合并去重再进行一系列的抽象化例如主动剔除失效域名、easylist优化模糊匹配、增强的黑白名单机制等措施最终生成期望的高命中率列表。
## 快速使用(可尝试gitee地址的加速效果)
## 快速使用(暂无加速地址)
| 文件 | raw | gitee | 操作参考 | 适用于 |
| 文件 | raw | 加速 | 操作参考 | 适用于 |
| -------------------------------- |:------------------: | -------- | ------------------------------------------------------------------------------------------------------------------------------------------- |--------------------------------------------- |
| `adblock-for-dnsmasq.conf` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/adblock-for-dnsmasq.conf) | [加速🚀](https://gitee.com/privacy-protection-tools/anti-ad/raw/master/anti-ad-for-dnsmasq.conf) | 1. 下载过滤列表文件后, 保存到你的dnsmasq配置的正确目录下<br>2. 重启dnsmasq服务<br>3. 已经生效了enjoy it。 | [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html)及其衍生版本 |
| `anti-ad-easylist.txt` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-easylist.txt) | [加速🚀](https://gitee.com/privacy-protection-tools/anti-ad/raw/master/easylist.txt) | 1. 进入AdGuardHome过滤器页面<br>2. 选择添加过滤器输入名称 anti-ADurl地址填raw链接或者gitee<br>3. 点击确认后即生效 | [AdGuardHome](https://github.com/AdguardTeam/AdGuardHome) |
| `anti-ad-domains.txt` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-domains.txt) | [加速🚀](https://gitee.com/privacy-protection-tools/anti-ad/raw/master/domains.txt) | 以Pi-Hole为例<br>1. 进入pi-hole设置界面<br>2. 添加本domains列表链接到pi-hole的过滤器列表中<br>3. 点击save & update<br>4. 更新成功后即可生效 | [Pi-Hole](https://github.com/pi-hole/pi-hole)以及任何支持域名过滤列表的工具。 |
| `anti-ad-surge.txt` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-surge.txt) | [加速🚀](https://gitee.com/privacy-protection-tools/anti-ad/raw/master/surge.txt) | 直接订阅本条链接,保存后生效 | Surge或任何支持解析该格式的广告过滤工具。 |
| `anti-ad-smartdns.conf` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-smartdns.conf) | [加速🚀](https://gitee.com/privacy-protection-tools/anti-ad/raw/master/anti-ad-for-smartdns.conf) | 1. 下载本过滤文件,放置在合适位置; <br>2. 在smartdns.conf中配置`conf-file`来关联;<br> 3. 重启smartdns服务生效 | [SmartDNS](https://github.com/pymumu/smartdns) |
| `adblock-for-dnsmasq.conf` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/adblock-for-dnsmasq.conf) | 加速🚀 | 1. 下载过滤列表文件后, 保存到你的dnsmasq配置的正确目录下<br>2. 重启dnsmasq服务<br>3. 已经生效了enjoy it。 | [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html)及其衍生版本 |
| `anti-ad-easylist.txt` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-easylist.txt) | 加速🚀 | 1. 进入AdGuardHome过滤器页面<br>2. 选择添加过滤器输入名称 anti-ADurl地址填raw链接或者gitee<br>3. 点击确认后即生效 | [AdGuardHome](https://github.com/AdguardTeam/AdGuardHome) |
| `anti-ad-domains.txt` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-domains.txt) | 加速🚀 | 以Pi-Hole为例<br>1. 进入pi-hole设置界面<br>2. 添加本domains列表链接到pi-hole的过滤器列表中<br>3. 点击save & update<br>4. 更新成功后即可生效 | [Pi-Hole](https://github.com/pi-hole/pi-hole)以及任何支持域名过滤列表的工具。 |
| `anti-ad-surge.txt` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-surge.txt) | 加速🚀 | 直接订阅本条链接,保存后生效 | Surge或任何支持解析该格式的广告过滤工具。 |
| `anti-ad-smartdns.conf` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-smartdns.conf) | 加速🚀 | 1. 下载本过滤文件,放置在合适位置; <br>2. 在smartdns.conf中配置`conf-file`来关联;<br> 3. 重启smartdns服务生效 | [SmartDNS](https://github.com/pymumu/smartdns) |
## 版本历史