adguard/big.stats

193 lines
5.9 KiB
Plaintext
Raw Normal View History

2021-10-19 21:59:14 +02:00
### Compile big Blocklist ###
Config:
2021-10-24 09:49:04 +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-23 17:34:20 +02:00
++ Prioritized Blocklists - 1:
2021-10-22 13:23:48 +02:00
../../data/rules.list.block
2021-10-28 00:28:03 +02:00
- White - 31:
2021-10-22 13:23:48 +02:00
big.white
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 00:28:03 +02:00
1 | 479783 | domains | local | online | changed | multi.txt
2 | 46807 | domains | local | online | changed | fake.txt
3 | 1058155 | domains | http | online | changed | https://dbl.oisd.nl
4 | 40715 | 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-28 00:28:03 +02:00
** Source (raw): 1625460
== Source (unique): 1334542 (-290918)
-- White: 1334277 (-265)
-- White(*): 1329377 (-4900)
++ Block: 1329396 (+19)
-- Unblock: 1329344 (-52)
-- Unblock(*): 1329262 (-82)
++ FLD: 1329477 (+215)
++ WWW: 1341362 (+11885)
2021-10-20 08:33:12 +02:00
2021-10-28 00:28:03 +02:00
1341362 unique Domains - Version 2021.1028.001730
MD5 Domains RAW: f3b60eec4ef233f2184587254797b374
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",
2021-10-23 17:34:20 +02:00
"../../../data/adblock.exclusions.referral",
"../../../data/adblock.exclusions.list",
"../../../data/adblock.exclusions.important",
2021-10-22 13:23:48 +02:00
"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": [
2021-10-23 12:20:32 +02:00
"../exclusions.txt",
2021-10-23 17:34:20 +02:00
"../../../data/adblock.exclusions.referral",
"../../../data/adblock.exclusions.list",
"../../../data/adblock.exclusions.important"
2021-10-22 13:23:48 +02:00
],
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",
2021-10-23 17:34:20 +02:00
"exclusions_sources": [
"../exclusions.txt",
"../../../data/adblock.exclusions.referral",
"../../../data/adblock.exclusions.important"
],
2021-10-22 13:23:48 +02:00
"transformations": [
"Validate"
],
"type": "adblock"
},
{
"source": "../rules.txt",
2021-10-23 17:34:20 +02:00
"exclusions_sources": [
"../exclusions.txt",
"../../../data/adblock.exclusions.referral",
"../../../data/adblock.exclusions.important"
],
2021-10-22 13:23:48 +02:00
"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-28 00:28:03 +02:00
Original length is 259172
Length after applying transformations is 259172
2021-10-20 08:05:21 +02:00
Start compiling /media/nas/git/adguard/fake.adblock
2021-10-28 00:28:03 +02:00
Original length is 23808
Length after applying transformations is 23808
2021-10-20 08:05:21 +02:00
Start compiling https://abp.oisd.nl/
2021-10-28 00:28:03 +02:00
Original length is 371588
Filtering the list of rules using 2151 exclusion rules
Excluded 560 rules. 371028 rules left.
Length after applying transformations is 371027
2021-10-22 13:23:48 +02:00
Start compiling https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
2021-10-28 00:28:03 +02:00
Original length is 41786
Filtering the list of rules using 1825 exclusion rules
Excluded 105 rules. 41681 rules left.
Length after applying transformations is 41681
2021-10-22 13:23:48 +02:00
Start compiling https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/rules.txt
Original length is 576
2021-10-28 00:28:03 +02:00
Filtering the list of rules using 918 exclusion rules
2021-10-23 21:49:40 +02:00
Excluded 0 rules. 576 rules left.
Length after applying transformations is 570
2021-10-22 13:23:48 +02:00
Start compiling ../rules.txt
Original length is 2
2021-10-28 00:28:03 +02:00
Filtering the list of rules using 918 exclusion rules
2021-10-23 17:34:20 +02:00
Excluded 0 rules. 2 rules left.
2021-10-22 13:23:48 +02:00
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
2021-10-28 00:28:03 +02:00
Original length is 32
Length after applying transformations is 32
The list was compressed from 696495 to 495689
Final length of the list is 495695
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 ...