diff --git a/README.md b/README.md
index d965722f..f102dbe8 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,15 @@
本工具是通过域名解析层来屏蔽广告和保护隐私的,其将各大著名的hosts,ad filter lists,adblock 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配置的正确目录下;
2. 重启dnsmasq服务;
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过滤器页面;
2. 选择添加过滤器输入名称 anti-AD,url地址填raw链接或者gitee;
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为例
1. 进入pi-hole设置界面
2. 添加本domains列表链接到pi-hole的过滤器列表中
3. 点击save & update
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. 下载本过滤文件,放置在合适位置;
2. 在smartdns.conf中配置`conf-file`来关联;
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配置的正确目录下;
2. 重启dnsmasq服务;
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过滤器页面;
2. 选择添加过滤器输入名称 anti-AD,url地址填raw链接或者gitee;
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为例
1. 进入pi-hole设置界面
2. 添加本domains列表链接到pi-hole的过滤器列表中
3. 点击save & update
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. 下载本过滤文件,放置在合适位置;
2. 在smartdns.conf中配置`conf-file`来关联;
3. 重启smartdns服务,生效 | [SmartDNS](https://github.com/pymumu/smartdns) |
## 版本历史