rpi/pihole/blocklists/big.stats

93 lines
2.1 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-11-04 08:27:55 +01:00
-- Whitelists - 4:
2021-11-03 09:35:09 +01:00
2021-11-04 08:27:55 +01:00
../../data/exclude.list
2021-11-03 09:35:09 +01:00
../../data/white.list.microsoft
../../data/white.list.apple
2021-11-04 08:27:55 +01:00
../../data/white.list.hl2guide
2021-11-03 09:35:09 +01: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-18 05:11:53 +01:00
1 | 406471 | domains | local | online | changed | multi.txt
2 | 43348 | domains | local | online | changed | fake.txt
3 | 1041170 | domains | http | online | changed | https://dbl.oisd.nl
2021-10-19 21:54:26 +02:00
# Build big Domainlist ...
Stats big:
2021-11-18 05:11:53 +01:00
** Source (raw): 1490989
== Source (unique): 1276609 (-214380)
-- White: 1275651 (-958)
-- White(*): 1266902 (-8749)
-- Dead: 1223849 (-43053)
++ Block: 1224043 (+194)
-- Unblock: 1224039 (-4)
-- Unblock(*): 1224033 (-6)
++ FLD: 1241647 (+17614)
++ WWW: 1251458 (+9811)
2021-10-20 08:32:30 +02:00
2021-11-18 05:11:53 +01:00
1251458 unique Domains - Version 2021.1118.044913
MD5 Domains RAW: 0e6f16cefceff3886d042c0b4add4b84
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-18 05:11:53 +01:00
Original length is 906437
Length after applying transformations is 906437
The list was compressed from 906440 to 492231
Final length of the list is 492237
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 ...