https://github.com/helloxz/adlist
https://github.com/helloxz/adlist
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/helloxz/adlist
- Owner: helloxz
- Created: 2017-05-24T13:32:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T12:04:10.000Z (about 9 years ago)
- Last Synced: 2025-02-24T18:56:26.084Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Adlist
Adlist是DNSmasq屏蔽广告的规则文件,包含常见网站广告规则,不断收集整理中,欢迎帮助完善。
### 使用方法
* 参考:[Linux安装DNSmasq搭建自己的公共DNS](https://www.xiaoz.me/archives/8303)安装DNSmasq
* 下载规则:
```bash
cd /etc/dnsmasq.d
wget https://raw.githubusercontent.com/helloxz/adlist/master/adblock.conf
service dnsmasq restart
```