rpi/pihole/blocklists/light.stats

110 lines
3.4 KiB
Plaintext
Raw Normal View History

2021-10-19 21:54:26 +02:00
### Compile light Blocklist ###
Config:
2021-10-22 13:33:42 +02:00
** Build - 4:
2021-10-19 21:54:26 +02:00
extendWWWFLD
hosts
adblock
localpush
2021-10-23 19:31:06 +02:00
++ Prioritized Blocklists - 2:
2021-10-19 21:54:26 +02:00
../../data/black.list.block
2021-10-22 13:21:35 +02:00
../../data/rules.list.block
2021-10-19 21:54:26 +02:00
2021-10-30 09:13:13 +02:00
-- Excludelists - 2:
2021-10-19 21:54:26 +02:00
../../fake.txt
2021-10-30 09:13:13 +02:00
../../doh-vpn-proxy-bypass.txt
2021-10-19 21:54:26 +02:00
-- Deadlists - 1:
../../data/dead.list
2021-11-04 08:27:55 +01:00
-- Whitelists - 4:
2021-10-19 21:54:26 +02:00
../../data/exclude.list
2021-11-03 09:10:15 +01:00
../../data/white.list.microsoft
../../data/white.list.apple
2021-11-04 08:27:55 +01:00
../../data/white.list.hl2guide
2021-10-19 21:54:26 +02:00
2021-10-30 09:13:13 +02:00
-- Unblocklists - 3:
2021-10-19 21:54:26 +02:00
2021-10-30 09:13:13 +02:00
../../data/white.list
2021-10-19 21:54:26 +02:00
../../data/white.list.important
2021-10-23 17:42:09 +02:00
../../data/white.list.referral
2021-10-19 21:54:26 +02:00
Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
1 | 1013 | domains | http | online | unchanged | https://raw.githubusercontent.com/jkrejcha/AdmiraList/master/AdmiraList.txt
2021-11-18 11:09:10 +01:00
2 | 16475 | domains | http | online | changed | https://raw.githubusercontent.com/AdroitAdorKhan/antipopads-re/master/formats/domains.txt
2021-11-03 13:19:36 +01:00
3 | 3670 | domains | http | online | unchanged | https://raw.githubusercontent.com/cbuijs/ut1/master/ads/domains
2021-11-18 04:43:21 +01:00
4 | 3688 | hosts | http | online | unchanged | https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext
2021-11-16 04:12:32 +01:00
5 | 16965 | hosts | http | online | unchanged | https://someonewhocares.org/hosts/
2021-11-18 09:06:26 +01:00
6 | 78858 | domains | http | online | unchanged | https://dbl.oisd.nl/basic/
2021-11-18 11:09:10 +01:00
7 | 1012 | hosts | http | online | changed | https://urlhaus.abuse.ch/downloads/hostfile/
2021-11-18 09:06:26 +01:00
8 | 4592 | hosts | http | online | unchanged | https://threatfox.abuse.ch/downloads/hostfile
2021-11-18 11:09:10 +01:00
9 | 41640 | adblock | http | online | unchanged | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
10 | 19047 | adblock | http | online | changed | https://easylist.to/easylist/easylist.txt
11 | 16242 | adblock | http | online | changed | https://easylist.to/easylist/easyprivacy.txt
12 | 12849 | domains | local | online | unchanged | black.list
2021-11-18 09:06:26 +01:00
13 | 139 | domains | local | online | unchanged | black.list.threat-intelligence
2021-11-18 11:09:10 +01:00
14 | 14728 | domains | local | online | changed | personal.txt
2021-10-19 21:54:26 +02:00
# Build light Domainlist ...
Stats light:
2021-11-18 11:09:10 +01:00
** Source (raw): 230918
== Source (unique): 131518 (-99400)
-- Exclude: 131421 (-97)
-- White: 129923 (-1498)
-- White(*): 128152 (-1771)
-- Dead: 110241 (-17911)
++ Block: 110435 (+194)
-- Unblock: 110431 (-4)
-- Unblock(*): 110425 (-6)
++ FLD: 110907 (+482)
++ WWW: 132492 (+21585)
132492 unique Domains - Version 2021.1118.110708
MD5 Domains RAW: f79ead2583199e87bc8f9ee02c968153
2021-10-19 21:54:26 +02:00
# Convert light to Hostlist ...
# Convert light to AdBlocklist ...
Prepare domain list for compiling ... done.
2021-10-20 07:56:25 +02:00
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
"name": "light",
"sources": [
{
"source": "light.adblock.raw",
2021-10-28 08:58:54 +02:00
"type": "adblock"
2021-10-20 07:56:25 +02:00
}
],
"transformations": [
"Compress"
]
}
Start compiling light.adblock.raw
2021-11-18 11:09:10 +01:00
Original length is 87941
Length after applying transformations is 87941
The list was compressed from 87944 to 71077
Final length of the list is 71083
2021-10-20 07:56:25 +02:00
Writing output to /media/nas/git/rpi/pihole/blocklists/build/light/out/light.adblock
Finished compiling
2021-10-19 21:54:26 +02:00
# Attach header to light Domainlist ...
# Push light to local Repositories ...