From a7d09307e5264b5691ea51ffe3ca840feea51e7e Mon Sep 17 00:00:00 2001 From: gently Date: Tue, 4 Feb 2020 20:26:22 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93716f53..332de9f0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## 快速使用 | 文件 | raw链接 | jsDelivr | 操作参考 | 适用于 | -|:-------------------------------- |:------------: |:--------: |:------------------------------------------------------------------------------------------------------------------------------------------- |:--------------------------------------------- | +|-------------------------------- |:------------: | -------- | ------------------------------------------------------------------------------------------------------------------------------------------- |--------------------------------------------- | | `adblock-for-dnsmasq.conf` | [link](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) | 1. 下载过滤列表文件后, 保存到你的dnsmasq配置的正确目录下;
2. 重启dnsmasq服务;
3. 已经生效了,enjoy it。 | dnsmasq及其衍生版本 | | `anti-ad-easylist.txt` | [link](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) | 1. 进入AdGuardHome过滤器页面;
2. 选择添加过滤器输入名称 anti-AD,url地址填raw链接或者jsDelivr;
3. 点击确认后即生效 | AdGuardHome | | `anti-ad-domains.txt` | [link](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) | 以Pi-Hole为例
1. 进入pi-hole设置界面
2. 添加本domains列表链接到pi-hole的过滤器列表中
3. 点击save & update
4. 更新成功后即可生效 | Pi-Hole以及任何支持域名过滤列表的工具。 |