rpi/pihole/blocklists/big.stats

84 lines
1.9 KiB
Plaintext
Raw Normal View History

2021-10-19 21:54:26 +02:00
### Compile big Blocklist ###
Config:
2021-10-28 08:43:09 +02:00
** Build - 4:
2021-10-19 21:54:26 +02:00
2021-10-22 13:21:35 +02:00
extendWWWFLD
2021-10-19 21:54:26 +02:00
hosts
adblock
localpush
2021-10-30 09:53:54 +02:00
++ Prioritized Blocklists - 2:
2021-10-22 13:21:35 +02:00
2021-10-30 09:53:54 +02:00
../../data/black.list.block
2021-10-22 13:21:35 +02:00
../../data/rules.list.block
2021-10-28 08:43:09 +02:00
-- Deadlists - 1:
2021-10-22 13:21:35 +02:00
2021-10-28 08:43:09 +02:00
../../data/dead.list
2021-10-22 13:21:35 +02:00
2021-10-30 09:53:54 +02:00
-- Unblocklists - 3:
2021-10-22 13:21:35 +02:00
2021-10-23 17:33:26 +02:00
../../data/white.list
../../data/white.list.important
2021-10-23 12:20:02 +02:00
../../data/white.list.referral
2021-10-22 13:21:35 +02:00
2021-10-19 21:54:26 +02:00
Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
2021-11-01 12:44:59 +01:00
1 | 492258 | domains | local | online | changed | multi.txt
2021-11-01 12:00:58 +01:00
2 | 42859 | domains | local | online | unchanged | fake.txt
3 | 1066088 | domains | http | online | unchanged | https://dbl.oisd.nl
2021-10-19 21:54:26 +02:00
# Build big Domainlist ...
Stats big:
2021-11-01 12:44:59 +01:00
** Source (raw): 1601205
== Source (unique): 1344249 (-256956)
-- Dead: 1306356 (-37893)
++ Block: 1306500 (+144)
-- Unblock: 1306488 (-12)
-- Unblock(*): 1304415 (-2073)
++ FLD: 1318639 (+14224)
++ WWW: 1327835 (+9196)
2021-10-20 08:32:30 +02:00
2021-11-01 12:44:59 +01:00
1327835 unique Domains - Version 2021.1101.122437
MD5 Domains RAW: 2cdc94504c173ff31f7ac758e7e35bde
2021-10-19 21:54:26 +02:00
# Convert big to Hostlist ...
# Convert big to AdBlocklist ...
2021-10-28 08:43:09 +02:00
Prepare domain list for compiling ... done.
2021-10-20 08:04:32 +02:00
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
2021-10-28 08:43:09 +02:00
"name": "big",
2021-10-20 08:04:32 +02:00
"sources": [
{
2021-10-28 08:43:09 +02:00
"source": "big.adblock.raw",
2021-10-28 09:22:57 +02:00
"type": "adblock"
2021-10-20 08:04:32 +02:00
}
],
"transformations": [
"Compress"
]
}
2021-10-28 08:43:09 +02:00
Start compiling big.adblock.raw
2021-11-01 12:44:59 +01:00
Original length is 967388
Length after applying transformations is 967388
The list was compressed from 967391 to 498049
Final length of the list is 498055
2021-10-20 08:04:32 +02:00
Writing output to /media/nas/git/rpi/pihole/blocklists/build/big/out/big.adblock
Finished compiling
2021-10-19 21:54:26 +02:00
# Attach header to big Domainlist ...
# Push big to local Repositories ...