-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
29 lines (20 loc) · 1.32 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Optimized version of HAGEZI BlockLists
See original version here: https://github.com/hagezi/dns-blocklists
Optimizations:
- Unduplicate and make domains inclusive of subdomains (remove redundant sub-domains)
- Make all domains lower-case
- Split IP-Addresses (aggregated) off into their own file (domains.ips)
- Split IDN domains off into their own fule (domains.idn)
- Filter out invalid (syntax) and/or redundant domains (domains.invalid)
- Filter out domains with non-existing IANA TLD (domains.invalid)
- Point out weird syntax domains (domains.weird)
- Suggested excludes (domains.exclude)
- Domains actually used according TOP-N lists (domains.top-n)
- Remove empty files
- All files ending in .routedns are in RouteDNS domains format
- All files ending in .rpz are in Response Policy Zone (RPZ) format
- All files ending in .adblock are in Adblock/AdGuard/uBlock format
Where original files are modified they are backupped/retained and given the .original file-name extension.
Sources used: https://github.com/cbuijs/hagezi/blob/main/lists/README
Combos of Multiple lists: https://github.com/cbuijs/hagezi/blob/main/combo
NOTE: I do NOT maintain these lists and/or their content, for questions/problems/etc, please contact the original maintainer here: [email protected] or go to https://github.com/hagezi/dns-blocklists/issues