mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 14:29:16 +08:00
Update texts for mihomo
This commit is contained in:
parent
ba5e53ec0e
commit
76515216f0
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -25,6 +25,7 @@ body:
|
|||||||
- anti-ad-dnsmasq.conf
|
- anti-ad-dnsmasq.conf
|
||||||
- anti-ad-domains.txt
|
- anti-ad-domains.txt
|
||||||
- anti-ad-easylist.txt
|
- anti-ad-easylist.txt
|
||||||
|
- anti-ad-mihomo.mrs
|
||||||
- anti-ad-sing-box.srs
|
- anti-ad-sing-box.srs
|
||||||
- anti-ad-smartdns.conf
|
- anti-ad-smartdns.conf
|
||||||
- anti-ad-surge.txt
|
- anti-ad-surge.txt
|
||||||
|
4
.github/workflows/full-update.yml
vendored
4
.github/workflows/full-update.yml
vendored
@ -97,9 +97,9 @@ jobs:
|
|||||||
[ "$ARCH" = 'unknown' ] || {
|
[ "$ARCH" = 'unknown' ] || {
|
||||||
MIHOMO_VER=$(wget -q -O - 'https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/version.txt')
|
MIHOMO_VER=$(wget -q -O - 'https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/version.txt')
|
||||||
# e.g. alpha-3e966e8
|
# 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
|
# 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
|
sudo apt-get install ./mihomo.deb
|
||||||
rm -f ./mihomo.deb
|
rm -f ./mihomo.deb
|
||||||
}
|
}
|
||||||
|
11
README.md
11
README.md
@ -1,10 +1,10 @@
|
|||||||
# anti-AD
|
# 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-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-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-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`及以上版本) |
|
||||||
|
|
||||||
## 争议域名
|
## 争议域名
|
||||||
|
|
||||||
@ -59,7 +60,7 @@ anti-AD在自我认知上始终是一个非主流的小众项目。此项目一
|
|||||||
|
|
||||||
## Special Thanks To
|
## 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
|
- [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)
|
- [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
|
- [AdguardTeam/AdguardFilters](https://github.com/AdguardTeam/AdguardFilters) - AdGuard Content Blocking Filters
|
||||||
|
Loading…
Reference in New Issue
Block a user