A DNS blocklist that combines multiple trusted sources into one list. Updated automatically every day.
One-Click Subscribe:
📥 Subscribe to Big Blocklist
Manual URL:
https://cdn.jsdelivr.net/gh/NinePlusOne/adguard-hostcompiler@main/compiled.txt
Copy the URL above and add it to your adblocker's custom filter lists.
This blocklist combines the following sources:
- 1Hosts (Lite) - Balanced ads and tracking protection
- OISD Big - Comprehensive domain blocklist
- Ultimate - Aggressive ad and tracker blocking
- Threat Intelligence Feeds - Malware and phishing protection
- DynDNS - Blocks dynamic DNS providers used by malware
- Hoster - Blocks free hosting services often used for spam
- Spam TLDs - Blocks spam-heavy top-level domains
- DNS Rebind Protection - Prevents DNS rebinding attacks
- Gambling - Blocks gambling sites
- custom-rules.txt - Manually added blocking rules
- deny.txt - Additional domains to block
- allow.txt - Whitelist for false positives
- GitHub Actions runs daily at 2 AM UTC
- Downloads and combines all sources
- Removes duplicates and validates rules
- Publishes the updated list to this repository
- CDN serves the list globally with low latency
npm install -g @adguard/hostlist-compiler
hostlist-compiler --config config.json --output compiled.txtEdit these files and commit:
custom-rules.txt- Add blocking rules (format:||example.com^)allow.txt- Add exceptions (format:@@||example.com^)deny.txt- Add more domains to block
GPL-3.0 - See LICENSE file for details