rpi/pihole/blocklists/big.stats

193 lines
5.9 KiB
Plaintext
Raw Normal View History

2021-10-19 21:54:26 +02:00
### Compile big Blocklist ###
Config:
2021-10-24 09:48:17 +02:00
** Build - 6:
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
2021-10-22 13:21:35 +02:00
adblockwhite
2021-10-19 21:54:26 +02:00
no_adblock_convert
localpush
2021-10-23 17:33:26 +02:00
++ Prioritized Blocklists - 1:
2021-10-22 13:21:35 +02:00
../../data/rules.list.block
- White - 29:
big.white
2021-10-23 12:20:02 +02:00
-- Whitelists - 2:
2021-10-22 13:21:35 +02:00
2021-10-23 17:33:26 +02:00
../../data/white.list
2021-10-22 13:21:35 +02:00
../../data/white.list.adguard
2021-10-23 17:33:26 +02:00
-- Unblocklists - 2:
../../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-10-25 06:26:36 +02:00
1 | 437105 | domains | local | online | changed | multi.txt
2 | 46555 | domains | local | online | changed | fake.txt
2021-10-25 00:26:53 +02:00
3 | 1061408 | domains | http | online | unchanged | https://dbl.oisd.nl
2021-10-25 06:26:36 +02:00
4 | 40623 | adblock | http | online | unchanged | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
2021-10-19 21:54:26 +02:00
# Build big Domainlist ...
Stats big:
2021-10-25 06:26:36 +02:00
** Source (raw): 1585691
== Source (unique): 1321688 (-264003)
-- White: 1321421 (-267)
-- White(*): 1318439 (-2982)
++ Block: 1318458 (+19)
-- Unblock: 1318406 (-52)
-- Unblock(*): 1318325 (-81)
++ FLD: 1318540 (+215)
++ WWW: 1330590 (+12050)
2021-10-20 08:32:30 +02:00
2021-10-25 06:26:36 +02:00
1330590 unique Domains - Version 2021.1025.061636
MD5 Domains RAW: 4e58240a6b53f7e15785ce7068c4f88b
2021-10-19 21:54:26 +02:00
# Convert big to Hostlist ...
# Convert big to AdBlocklist ...
2021-10-20 08:04:32 +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:21:35 +02:00
"exclusions_sources": [
"../exclusions.txt",
2021-10-23 17:33:26 +02:00
"../../../data/adblock.exclusions.referral",
"../../../data/adblock.exclusions.list",
"../../../data/adblock.exclusions.important",
2021-10-22 13:21:35 +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:02 +02:00
"../exclusions.txt",
2021-10-23 17:33:26 +02:00
"../../../data/adblock.exclusions.referral",
"../../../data/adblock.exclusions.list",
"../../../data/adblock.exclusions.important"
2021-10-22 13:21:35 +02:00
],
2021-10-20 08:04:32 +02:00
"transformations": [
"Validate"
]
2021-10-22 13:21:35 +02:00
},
{
"source": "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/rules.txt",
2021-10-23 17:33:26 +02:00
"exclusions_sources": [
"../exclusions.txt",
"../../../data/adblock.exclusions.referral",
"../../../data/adblock.exclusions.important"
],
2021-10-22 13:21:35 +02:00
"transformations": [
"Validate"
],
"type": "adblock"
},
{
"source": "../rules.txt",
2021-10-23 17:33:26 +02:00
"exclusions_sources": [
"../exclusions.txt",
"../../../data/adblock.exclusions.referral",
"../../../data/adblock.exclusions.important"
],
2021-10-22 13:21:35 +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:04:32 +02:00
}
],
"transformations": [
"Compress"
]
}
Start compiling /media/nas/git/adguard/multi.adblock
2021-10-25 06:26:36 +02:00
Original length is 246029
Length after applying transformations is 246029
2021-10-20 08:04:32 +02:00
Start compiling /media/nas/git/adguard/fake.adblock
2021-10-25 06:26:36 +02:00
Original length is 23678
Length after applying transformations is 23678
2021-10-20 08:04:32 +02:00
Start compiling https://abp.oisd.nl/
2021-10-24 06:24:40 +02:00
Original length is 372469
2021-10-25 00:26:53 +02:00
Filtering the list of rules using 2122 exclusion rules
2021-10-24 08:59:57 +02:00
Excluded 527 rules. 371942 rules left.
Length after applying transformations is 371941
2021-10-22 13:21:35 +02:00
Start compiling https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
2021-10-25 06:26:36 +02:00
Original length is 41694
2021-10-25 00:26:53 +02:00
Filtering the list of rules using 1796 exclusion rules
2021-10-25 06:26:36 +02:00
Excluded 106 rules. 41588 rules left.
Length after applying transformations is 41588
2021-10-22 13:21:35 +02:00
Start compiling https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/rules.txt
Original length is 576
2021-10-25 00:26:53 +02:00
Filtering the list of rules using 901 exclusion rules
2021-10-23 21:49:01 +02:00
Excluded 0 rules. 576 rules left.
Length after applying transformations is 570
2021-10-22 13:21:35 +02:00
Start compiling ../rules.txt
Original length is 2
2021-10-25 00:26:53 +02:00
Filtering the list of rules using 901 exclusion rules
2021-10-23 17:33:26 +02:00
Excluded 0 rules. 2 rules left.
2021-10-22 13:21:35 +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
Original length is 30
Length after applying transformations is 30
2021-10-25 06:26:36 +02:00
The list was compressed from 684041 to 490711
Final length of the list is 490717
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 ...