rpi/pihole/blocklists/build/experimental/out/experimental.stats

173 lines
5.4 KiB
Plaintext
Raw Normal View History

2021-10-21 11:04:22 +02:00
### Compile experimental Blocklist ###
Config:
2021-10-21 20:48:30 +02:00
** Build - 6:
2021-10-21 11:04:22 +02:00
extendWWWFLD
hosts
2021-10-21 13:22:57 +02:00
adblock
2021-10-21 11:04:22 +02:00
noheader
2021-10-21 20:48:30 +02:00
adblockwhite
no_adblock_convert
2021-10-21 11:04:22 +02:00
2021-10-22 13:52:43 +02:00
++ Prioritized Blocklists - 3:
2021-10-21 11:04:22 +02:00
2021-10-22 13:21:35 +02:00
../../data/black.list.block
2021-10-22 13:52:43 +02:00
../../data/rules.list.block
2021-10-22 13:21:35 +02:00
../../data/black.list.extension
2021-10-21 11:04:22 +02:00
2021-10-21 22:43:29 +02:00
- White - 29:
2021-10-21 11:04:22 +02:00
2021-10-21 20:48:30 +02:00
experimental.white
2021-10-21 11:04:22 +02:00
2021-10-22 13:52:43 +02:00
-- Whitelists - 1:
../../data/white.list.adguard
2021-10-21 11:04:22 +02:00
Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
2021-10-23 07:19:18 +02:00
1 | 1341817 | domains | local | online | changed | big.txt
2 | 157749 | domains | local | online | changed | affiliatetracking.txt
3 | 368706 | domains | local | online | changed | threat-intelligence.txt
4 | 40621 | adblock | http | online | unchanged | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
2021-10-21 11:04:22 +02:00
# Build experimental Domainlist ...
Stats experimental:
2021-10-23 07:19:18 +02:00
** Source (raw): 1908893
== Source (unique): 1456066 (-452827)
-- White: 1456004 (-62)
-- White(*): 1455998 (-6)
++ Block: 1456011 (+13)
++ FLD: 1456441 (+430)
++ WWW: 1531372 (+74931)
2021-10-21 11:04:22 +02:00
2021-10-23 07:19:18 +02:00
1531372 unique Domains - Version 2021.1023.071420
MD5 Domains RAW: 709b7abec315ca1efc271862be549142
2021-10-21 11:04:22 +02:00
# Convert experimental to Hostlist ...
2021-10-21 13:22:57 +02:00
# Convert experimental to AdBlocklist ...
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
2021-10-21 20:48:30 +02:00
"name": "Experimental",
2021-10-21 13:22:57 +02:00
"sources": [
{
2021-10-21 20:48:30 +02:00
"source": "/media/nas/git/adguard/big.adblock",
"type": "adblock",
2021-10-22 13:21:35 +02:00
"exclusions_sources": [
"../exclusions.txt",
"https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exclusions.txt"
],
2021-10-21 20:48:30 +02:00
"transformations": [
"Validate"
]
},
{
"source": "/media/nas/git/adguard/affiliatetracking.adblock",
"type": "adblock",
2021-10-22 13:21:35 +02:00
"exclusions_sources": [
"../exclusions.txt",
"https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exclusions.txt"
],
2021-10-21 20:48:30 +02:00
"transformations": [
"Validate"
]
},
{
"source": "/media/nas/git/adguard/threat-intelligence.adblock",
"type": "adblock",
2021-10-22 13:21:35 +02:00
"exclusions_sources": [
"../exclusions.txt",
"https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exclusions.txt"
],
2021-10-21 20:48:30 +02:00
"transformations": [
"Validate"
]
},
{
"source": "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt",
"type": "adblock",
2021-10-22 13:21:35 +02:00
"exclusions_sources": [
"../exclusions.txt"
],
2021-10-21 20:48:30 +02:00
"transformations": [
"Validate"
]
},
2021-10-22 13:21:35 +02:00
{
"source": "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/rules.txt",
"transformations": [
"Validate"
],
"type": "adblock"
},
2021-10-21 20:48:30 +02:00
{
"source": "../rules.txt",
"transformations": [
"Validate"
],
"type": "adblock"
},
2021-10-22 13:21:35 +02:00
{
"source": "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exceptions.txt",
"transformations": [
"Validate"
],
"type": "adblock"
},
2021-10-21 20:48:30 +02:00
{
"source": "../exceptions.txt",
"transformations": [
"Validate"
],
2021-10-21 13:22:57 +02:00
"type": "adblock"
}
],
"transformations": [
"Compress"
]
}
2021-10-21 20:48:30 +02:00
Start compiling /media/nas/git/adguard/big.adblock
2021-10-23 07:19:18 +02:00
Original length is 551632
2021-10-22 13:21:35 +02:00
Filtering the list of rules using 325 exclusion rules
2021-10-23 07:19:18 +02:00
Excluded 10 rules. 551622 rules left.
Length after applying transformations is 551622
2021-10-21 20:48:30 +02:00
Start compiling /media/nas/git/adguard/affiliatetracking.adblock
2021-10-23 07:19:18 +02:00
Original length is 105678
2021-10-22 13:21:35 +02:00
Filtering the list of rules using 325 exclusion rules
2021-10-23 07:19:18 +02:00
Excluded 13 rules. 105665 rules left.
Length after applying transformations is 105665
2021-10-21 20:48:30 +02:00
Start compiling /media/nas/git/adguard/threat-intelligence.adblock
2021-10-23 07:19:18 +02:00
Original length is 319888
2021-10-22 13:21:35 +02:00
Filtering the list of rules using 325 exclusion rules
2021-10-23 07:19:18 +02:00
Excluded 0 rules. 319888 rules left.
Length after applying transformations is 319888
2021-10-21 20:48:30 +02:00
Start compiling https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
2021-10-23 07:19:18 +02:00
Original length is 41692
Length after applying transformations is 41692
2021-10-22 13:21:35 +02:00
Start compiling https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/rules.txt
Original length is 576
Length after applying transformations is 570
2021-10-21 20:48:30 +02:00
Start compiling ../rules.txt
2021-10-22 00:22:40 +02:00
Original length is 2
Length after applying transformations is 2
2021-10-22 13:21:35 +02:00
Start compiling https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exceptions.txt
2021-10-22 13:52:43 +02:00
Original length is 179
Length after applying transformations is 179
2021-10-21 20:48:30 +02:00
Start compiling ../exceptions.txt
2021-10-21 22:43:29 +02:00
Original length is 30
Length after applying transformations is 30
2021-10-23 07:19:18 +02:00
The list was compressed from 1019672 to 636757
Final length of the list is 636763
2021-10-21 13:22:57 +02:00
Writing output to /media/nas/git/rpi/pihole/blocklists/build/experimental/out/experimental.adblock
Finished compiling