adguard/big.stats

165 lines
4.7 KiB
Plaintext
Raw Normal View History

2021-10-19 21:59:14 +02:00
### Compile big Blocklist ###
Config:
2021-10-22 13:23:48 +02:00
** Build - 6:
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
2021-10-22 13:23:48 +02:00
adblockwhite
2021-10-19 21:59:14 +02:00
no_adblock_convert
localpush
2021-10-22 13:23:48 +02:00
++ Prioritized Blocklists - 3:
../../data/black.list.block
../../data/rules.list.block
../../data/black.list.extension
- White - 29:
big.white
-- Whitelists - 1:
../../data/white.list.adguard
2021-10-19 21:59:14 +02:00
Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
2021-10-23 10:48:04 +02:00
1 | 471343 | domains | local | online | changed | multi.txt
2 | 45957 | domains | local | online | unchanged | fake.txt
3 | 971568 | domains | http | online | unchanged | https://dbl.oisd.nl
4 | 40640 | adblock | http | online | unchanged | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
2021-10-19 21:59:14 +02:00
# Build big Domainlist ...
Stats big:
2021-10-23 10:48:04 +02:00
** Source (raw): 1529508
== Source (unique): 1241370 (-288138)
-- White: 1241126 (-244)
-- White(*): 1239354 (-1772)
++ Block: 1239367 (+13)
++ FLD: 1239583 (+216)
++ WWW: 1251676 (+12093)
2021-10-20 08:33:12 +02:00
2021-10-23 10:48:04 +02:00
1251676 unique Domains - Version 2021.1023.104339
MD5 Domains RAW: f248c17b31b03b918f66aa1cd449df1a
2021-10-19 21:59:14 +02:00
# Convert big to Hostlist ...
# Convert big to AdBlocklist ...
2021-10-20 08:05:21 +02:00
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
"name": "Big",
"sources": [
{
"source": "/media/nas/git/adguard/multi.adblock",
"type": "adblock",
"transformations": [
"Validate"
]
},
{
"source": "/media/nas/git/adguard/fake.adblock",
"type": "adblock",
"transformations": [
"Validate"
]
},
{
"source": "https://abp.oisd.nl/",
"type": "adblock",
2021-10-22 13:23:48 +02:00
"exclusions_sources": [
"../exclusions.txt",
"https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exclusions.txt"
],
"transformations": [
"Validate"
]
},
{
"source": "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt",
"type": "adblock",
"exclusions_sources": [
"../exclusions.txt"
],
2021-10-20 08:05:21 +02:00
"transformations": [
"Validate"
]
2021-10-22 13:23:48 +02:00
},
{
"source": "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/rules.txt",
"transformations": [
"Validate"
],
"type": "adblock"
},
{
"source": "../rules.txt",
"transformations": [
"Validate"
],
"type": "adblock"
},
{
"source": "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exceptions.txt",
"transformations": [
"Validate"
],
"type": "adblock"
},
{
"source": "../exceptions.txt",
"transformations": [
"Validate"
],
"type": "adblock"
2021-10-20 08:05:21 +02:00
}
],
"transformations": [
"Compress"
]
}
Start compiling /media/nas/git/adguard/multi.adblock
2021-10-23 10:48:04 +02:00
Original length is 251170
Length after applying transformations is 251170
2021-10-20 08:05:21 +02:00
Start compiling /media/nas/git/adguard/fake.adblock
2021-10-23 07:13:54 +02:00
Original length is 23329
Length after applying transformations is 23329
2021-10-20 08:05:21 +02:00
Start compiling https://abp.oisd.nl/
2021-10-23 07:13:54 +02:00
Original length is 368342
2021-10-22 13:23:48 +02:00
Filtering the list of rules using 325 exclusion rules
2021-10-23 07:13:54 +02:00
Excluded 318 rules. 368024 rules left.
Length after applying transformations is 368023
2021-10-22 13:23:48 +02:00
Start compiling https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
2021-10-23 10:48:04 +02:00
Original length is 41711
Length after applying transformations is 41711
2021-10-22 13:23:48 +02:00
Start compiling https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/rules.txt
Original length is 576
Length after applying transformations is 570
Start compiling ../rules.txt
Original length is 2
Length after applying transformations is 2
Start compiling https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exceptions.txt
Original length is 179
Length after applying transformations is 179
Start compiling ../exceptions.txt
Original length is 30
Length after applying transformations is 30
2021-10-23 10:48:04 +02:00
The list was compressed from 685038 to 489986
Final length of the list is 489992
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 ...