diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3502c61993..6fb3672b7f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,6 +25,7 @@ body: - anti-ad-dnsmasq.conf - anti-ad-domains.txt - anti-ad-easylist.txt + - anti-ad-mihomo.mrs - anti-ad-sing-box.srs - anti-ad-smartdns.conf - anti-ad-surge.txt diff --git a/.github/workflows/full-update.yml b/.github/workflows/full-update.yml index 2954def3c0..19878ed56f 100644 --- a/.github/workflows/full-update.yml +++ b/.github/workflows/full-update.yml @@ -97,9 +97,9 @@ jobs: [ "$ARCH" = 'unknown' ] || { MIHOMO_VER=$(wget -q -O - 'https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/version.txt') # e.g. alpha-3e966e8 - URL='https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/mihomo-linux-'$ARCH'-'$MIHOMO_VER'.deb' + MIHOMO_URL='https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/mihomo-linux-'$ARCH'-'$MIHOMO_VER'.deb' # e.g. https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/mihomo-linux-amd64-alpha-3e966e8.deb - wget -q -O ./mihomo.deb "$URL" + wget -q -O ./mihomo.deb "$MIHOMO_URL" sudo apt-get install ./mihomo.deb rm -f ./mihomo.deb } diff --git a/README.md b/README.md index 7725a7b8b0..be6ac01109 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # anti-AD -#### 致力于成为中文区命中率最高的广告过滤列表,实现精确的广告屏蔽和隐私保护。anti-AD现已支持AdGuardHome,dnsmasq,Surge,Pi-Hole,Clash,smartdns,sing-box等网络组件。完全兼容常见的广告过滤工具所支持的各种广告过滤列表格式 +#### 致力于成为中文区命中率最高的广告过滤列表,实现精确的广告屏蔽和隐私保护。anti-AD 现已支持 AdGuardHome,dnsmasq,Surge,Pi-Hole,Clash, mihomo,smartdns,sing-box 等网络组件。完全兼容常见的广告过滤工具所支持的各种广告过滤列表格式 -使用anti-AD能够屏蔽广告域名,能屏蔽电视盒子广告,屏蔽app内置广告,同时屏蔽了一些日志收集、大数据统计等涉及个人隐私信息的站点,能够保护个人隐私不被偷偷上传。 +使用 anti-AD 能够屏蔽广告域名,能屏蔽电视盒子广告,屏蔽 App 内置广告,同时屏蔽了一些日志收集、大数据统计等涉及个人隐私信息的站点,能够保护个人隐私不被偷偷上传。 -本工具是通过域名解析层来屏蔽广告和保护隐私的,其将各大著名的hosts,ad filter lists,adblock list等的列表进行合并去重,再进行一系列的抽象化,例如主动剔除失效域名、easylist优化模糊匹配、增强的黑白名单机制等措施,最终生成期望的高命中率列表。 +本工具是通过域名解析层来屏蔽广告和保护隐私的,其将各大著名的 hosts,ad filter lists,adblock list 等列表进行合并去重,再进行一系列的抽象化,例如主动剔除失效域名、easylist 优化模糊匹配、增强的黑白名单机制等措施,最终生成期望的高命中率列表。 ## 快速使用(使用官网地址,速度更稳定) @@ -18,7 +18,8 @@ | `anti-ad-surge2.txt` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-surge2.txt) | [官网地址🚀](https://anti-ad.net/surge2.txt) | Surge或其他工具,DOMAIN-SET 格式性能更好 | | `anti-ad-clash.yaml` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-clash.yaml) | [官网地址🚀](https://anti-ad.net/clash.yaml) | Clash Premium 类似工具([白名单](https://raw.githubusercontent.com/privacy-protection-tools/dead-horse/master/anti-ad-white-for-clash.yaml)) | | `anti-ad-smartdns.conf` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-smartdns.conf) | [官网地址🚀](https://anti-ad.net/anti-ad-for-smartdns.conf) | SmartDNS([白名单](https://raw.githubusercontent.com/privacy-protection-tools/dead-horse/master/anti-ad-white-for-smartdns.txt)) | -| `anti-ad-sing-box.srs` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-ad.github.io/master/docs/anti-ad-sing-box.srs) | [官网地址🚀](https://anti-ad.net/anti-ad-sing-box.srs) | sing-box(二进制文件,需`1.10.0-alpha.25`及以上版本) | +| `anti-ad-sing-box.srs` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-ad.github.io/master/docs/anti-ad-sing-box.srs) | [官网地址🚀](https://anti-ad.net/anti-ad-sing-box.srs) | sing-box(二进制文件,需`1.10.0`及以上版本) | +| `mihomo.mrs` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-ad.github.io/master/docs/mihomo.mrs) | [官网地址🚀](https://anti-ad.net/mihomo.mrs) | mihomo(二进制文件,需`1.18.7`及以上版本) | ## 争议域名 @@ -48,18 +49,18 @@ ## 一些补充的话 -anti-AD在自我认知上始终是一个非主流的小众项目。此项目一直坚持每一行代码开源!anti-AD过滤列表的所有规则均来自上游列表和网友提交的issues,欢迎各界朋友审阅。在没有阅读代码或没有完全理解代码意图之前,本项目以及作者不再接受任何无端的质疑、猜忌,作者也不打算再浪费时间作出任何解释。 +anti-AD 在自我认知上始终是一个非主流的小众项目。此项目一直坚持每一行代码开源!anti-AD 过滤列表的所有规则均来自上游列表和网友提交的 issues,欢迎各界朋友审阅。在没有阅读代码或没有完全理解代码意图之前,本项目以及作者不再接受任何无端的质疑、猜忌,作者也不打算再浪费时间作出任何解释。 ## 欢迎提issue -对于anti-AD,大家伙儿有任何建议,或者存在误杀,bug,其他错误,各种意见 [请开issue](https://github.com/privacy-protection-tools/anti-AD/issues/new/choose) +对于 anti-AD,大家伙儿有任何建议,或者存在误杀,bug,其他错误,各种意见 [请开 issue](https://github.com/privacy-protection-tools/anti-AD/issues/new/choose) -加入QQ群更实时的交流:716981535
+加入 QQ 群更实时的交流:716981535
![716981535](https://user-images.githubusercontent.com/1243610/73809320-de535780-480d-11ea-82f5-15d4c3ccb0c0.png) ## Special Thanks To -- [TG-Twilight/AWAvenue-Ads-Rule](https://github.com/TG-Twilight/AWAvenue-Ads-Rule) - 秋风广告规则,干掉所有无良广告 (来自[#897](https://github.com/privacy-protection-tools/anti-AD/issues/897)) +- [TG-Twilight/AWAvenue-Ads-Rule](https://github.com/TG-Twilight/AWAvenue-Ads-Rule) - 秋风广告规则,干掉所有无良广告 (来自[#897](https://github.com/privacy-protection-tools/anti-AD/issues/897)) - [v2fly/domain-list-community](https://github.com/v2fly/domain-list-community) - Community managed domain list - [malware-filter/urlhaus-filter](https://gitlab.com/malware-filter/urlhaus-filter) - Malicious URL blocklist,来自 [#858](https://github.com/privacy-protection-tools/anti-AD/issues/858) - [AdguardTeam/AdguardFilters](https://github.com/AdguardTeam/AdguardFilters) - AdGuard Content Blocking Filters