└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # adguard-home-rules 2 | 3 | | 规则名称 | 订阅地址 | 说明 | 4 | | -------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | 5 | | anti-AD | https://anti-ad.net/easylist.txt | 命中率最高列表,每天更新维护 | 6 | | Halflife规则 | https://gitee.com/halflife/list/raw/master/ad.txt | 涵盖了 EasyList China、EasyList Lite、CJX ’s Annoyance、乘风视频过滤规则,以及补充的其它规则 | 7 | | EasyPrivacy | https://easylist.to/easylist/easyprivacy.txt | 去除隐私、跟踪定位相关代码 | 8 | | I don't care about cookies | https://www.i-dont-care-about-cookies.eu/abp | 去除隐私、跟踪定位相关代码 | 9 | | 百万ADH广告拦截过滤规则 | https://ghproxy.com/https://raw.githubusercontent.com/BlueSkyXN/AdGuardHomeRules/master/all.txt | 国内通用型,去广告能力较强 | 10 | | 1024_hosts | https://cdn.jsdelivr.net/gh/Goooler/1024_hosts@master/hosts | host去除法 | 11 | | adgk手机去广告规则 | https://cdn.jsdelivr.net/gh/banbendalao/ADgk@master/ADgk.txt | 手机代码去广告,手机版本推荐订阅 | 12 | | 大圣净化 | https://cdn.jsdelivr.net/gh/jdlingyu/ad-wars@master/hosts | host去除法 | 13 | | CJX's Annoyance List | https://cdn.jsdelivr.net/gh/cjx82630/cjxlist@master/cjx-annoyance.txt | 去自我推广列表 | 14 | | | | | 15 | 16 | ## 上游 DNS 服务器 17 | 18 | ```yaml 19 | 114.114.114.114 20 | https://dns.alidns.com/dns-query 21 | https://doh.pub/dns-query 22 | https://doh.360.cn/dns-query 23 | https://dns.cloudflare.com/dns-query 24 | https://dns.google/dns-query 25 | https://dns.adguard.com/dns-query 26 | https://dns.quad9.net/dns-query 27 | https://dns.nextdns.io # /id/你的设备名称 28 | ``` 29 | 30 | 31 | 32 | ## Bootstrap DNS 服务器 33 | 34 | ```yaml 35 | 223.5.5.5 36 | 114.114.114.114 37 | 119.29.29.29 38 | 101.226.4.6 39 | 180.76.76.76 40 | 117.50.10.10 41 | 1.1.1.1 42 | 8.8.8.8 43 | 9.9.9.10 44 | 149.112.112.10 45 | 2620:fe::10 46 | 2620:fe::fe:10 47 | ``` 48 | 49 | --------------------------------------------------------------------------------