adguard/big.stats

93 lines
2.1 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-23 17:34:20 +02:00
++ Prioritized Blocklists - 1:
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-10-23 12:20:32 +02:00
-- Whitelists - 2:
2021-10-22 13:23:48 +02:00
2021-10-23 17:34:20 +02:00
../../data/white.list
2021-10-22 13:23:48 +02:00
../../data/white.list.adguard
2021-10-23 17:34:20 +02:00
-- Unblocklists - 2:
../../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-10-28 08:43:58 +02:00
1 | 478815 | domains | local | online | unchanged | multi.txt
2 | 46809 | domains | local | online | unchanged | fake.txt
2021-10-28 06:29:30 +02:00
3 | 1058155 | domains | http | online | unchanged | https://dbl.oisd.nl
2021-10-28 08:43:58 +02:00
4 | 40751 | adblock | http | online | changed | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
2021-10-19 21:59:14 +02:00
# Build big Domainlist ...
Stats big:
2021-10-28 08:43:58 +02:00
** Source (raw): 1624530
== Source (unique): 1334015 (-290515)
-- White: 1333750 (-265)
-- White(*): 1328850 (-4900)
-- Dead: 1287735 (-41115)
++ Block: 1287872 (+137)
-- Unblock: 1287820 (-52)
-- Unblock(*): 1287738 (-82)
++ FLD: 1302039 (+14301)
++ WWW: 1311456 (+9417)
2021-10-20 08:33:12 +02:00
2021-10-28 08:43:58 +02:00
1311456 unique Domains - Version 2021.1028.082222
MD5 Domains RAW: 5e08ae3f764ac3bc7a05775bf28514be
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-22 13:23:48 +02:00
"type": "adblock",
2021-10-20 08:05:21 +02:00
"transformations": [
"Validate"
]
}
],
"transformations": [
"Compress"
]
}
2021-10-28 08:43:58 +02:00
Start compiling big.adblock.raw
Original length is 951039
Length after applying transformations is 951037
The list was compressed from 951040 to 508330
Final length of the list is 508336
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 ...