mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 14:29:16 +08:00
update document
This commit is contained in:
parent
7b5165240f
commit
4dbf5ee893
11
README.md
11
README.md
@ -2,22 +2,13 @@
|
||||
|
||||
### 基于dnsmasq服务的广告封杀、恶意网站屏蔽、隐私保护工具
|
||||
|
||||
#### 4.0 changelog
|
||||
#### 4.0 (2019.12.14)
|
||||
|
||||
- 开始支持检查无效域名,进一步降低最终生成文件的体积
|
||||
- 分离出国内域名的精简配置(`dist/anti-ad-basic.conf`)和优化后的完整配置(`dist/anti-ad-full.conf`),可以选择不同等级了
|
||||
- 代码重构,工程化,分离class,分离工具,逻辑更清晰
|
||||
|
||||
|
||||
#### 3.0 changlog
|
||||
|
||||
- 严格匹配域名,增强生成列表的有效性
|
||||
- 黑名单逻辑优化
|
||||
- 重复域名剔除算法优化,进一步精简列表
|
||||
- 代码bug修复
|
||||
|
||||
|
||||
|
||||
## 快速使用
|
||||
|
||||
1. 下载[adblock-for-dnsmasq.conf](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/adblock-for-dnsmasq.conf) ([国内加速](https://anti-ad.oss-cn-shanghai.aliyuncs.com/adblock-for-dnsmasq.conf)), 保存到你的dnsmasq配置的正确目录下;
|
||||
|
19
changelog.md
Normal file
19
changelog.md
Normal file
@ -0,0 +1,19 @@
|
||||
# anti-AD change log
|
||||
#### v4.0 (2019.12.14)
|
||||
|
||||
- 开始支持检查无效域名,进一步降低最终生成文件的体积
|
||||
- 分离出国内域名的精简配置(`dist/anti-ad-basic.conf`)和优化后的完整配置(`dist/anti-ad-full.conf`),可以选择不同等级了
|
||||
- 代码重构,工程化,分离class,分离工具,逻辑更清晰
|
||||
|
||||
|
||||
#### v3.0 (2019.10.19)
|
||||
|
||||
- 严格匹配域名,增强生成列表的有效性
|
||||
- 黑名单逻辑优化
|
||||
- 重复域名剔除算法优化,进一步精简列表
|
||||
- 代码bug修复
|
||||
|
||||
|
||||
#### 3.0之前(2017年某日开始)
|
||||
|
||||
单个文件生成列表,主要做了更新各种靠谱来源的收集
|
Loading…
Reference in New Issue
Block a user