adguard/big.stats

91 lines
2.0 KiB
Plaintext
Raw Normal View History

2021-10-19 21:59:14 +02:00
### Compile big Blocklist ###
Config:
2021-10-28 08:43:58 +02:00
** Build - 4:
2021-10-19 21:59:14 +02:00
2021-10-22 13:23:48 +02:00
extendWWWFLD
2021-10-19 21:59:14 +02:00
hosts
adblock
localpush
2021-10-30 09:54:44 +02:00
++ Prioritized Blocklists - 2:
2021-10-22 13:23:48 +02:00
2021-10-30 09:54:44 +02:00
../../data/black.list.block
2021-10-22 13:23:48 +02:00
../../data/rules.list.block
2021-10-28 08:43:58 +02:00
-- Deadlists - 1:
2021-10-22 13:23:48 +02:00
2021-10-28 08:43:58 +02:00
../../data/dead.list
2021-10-22 13:23:48 +02:00
2021-11-03 09:35:55 +01:00
-- Whitelists - 2:
../../data/white.list.microsoft
../../data/white.list.apple
2021-10-30 09:54:44 +02:00
-- Unblocklists - 3:
2021-10-22 13:23:48 +02:00
2021-10-23 17:34:20 +02:00
../../data/white.list
../../data/white.list.important
2021-10-23 12:20:32 +02:00
../../data/white.list.referral
2021-10-22 13:23:48 +02:00
2021-10-19 21:59:14 +02:00
Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
2021-11-04 00:36:48 +01:00
1 | 442965 | domains | local | online | changed | multi.txt
2 | 43047 | domains | local | online | changed | fake.txt
2021-11-03 22:16:11 +01:00
3 | 1037010 | domains | http | OFFLINE | unchanged | USE LOCAL COPY: dbl.oisd.nl.txt
2021-10-19 21:59:14 +02:00
# Build big Domainlist ...
Stats big:
2021-11-04 00:36:48 +01:00
** Source (raw): 1523022
== Source (unique): 1298977 (-224045)
-- White: 1298970 (-7)
-- White(*): 1298182 (-788)
-- Dead: 1256787 (-41395)
++ Block: 1256948 (+161)
-- Unblock: 1256926 (-22)
-- Unblock(*): 1254636 (-2290)
++ FLD: 1270469 (+15833)
++ WWW: 1280125 (+9656)
2021-10-20 08:33:12 +02:00
2021-11-04 00:36:48 +01:00
1280125 unique Domains - Version 2021.1104.001909
MD5 Domains RAW: e24f08b5da03300786a07424537d0768
2021-10-19 21:59:14 +02:00
# Convert big to Hostlist ...
# Convert big to AdBlocklist ...
2021-10-28 08:43:58 +02:00
Prepare domain list for compiling ... done.
2021-10-20 08:05:21 +02:00
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
2021-10-28 08:43:58 +02:00
"name": "big",
2021-10-20 08:05:21 +02:00
"sources": [
{
2021-10-28 08:43:58 +02:00
"source": "big.adblock.raw",
2021-10-28 09:23:41 +02:00
"type": "adblock"
2021-10-20 08:05:21 +02:00
}
],
"transformations": [
"Compress"
]
}
2021-10-28 08:43:58 +02:00
Start compiling big.adblock.raw
2021-11-04 00:36:48 +01:00
Original length is 923908
Length after applying transformations is 923908
The list was compressed from 923911 to 486253
Final length of the list is 486259
2021-10-20 08:05:21 +02:00
Writing output to /media/nas/git/rpi/pihole/blocklists/build/big/out/big.adblock
Finished compiling
2021-10-19 21:59:14 +02:00
# Attach header to big Domainlist ...
# Push big to local Repositories ...