adguard/big.stats

102 lines
2.7 KiB
Plaintext
Raw Normal View History

2021-10-19 21:59:14 +02:00
### Compile big Blocklist ###
Config:
** Build - 4:
hosts
adblock
no_adblock_convert
localpush
Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
2021-10-20 06:33:41 +02:00
1 | 468509 | domains | local | online | changed | multi.txt
2 | 45616 | domains | local | online | changed | fake.txt
3 | 109524 | domains | local | online | changed | big_extension.domains
4 | 974591 | domains | http | online | unchanged | https://dbl.oisd.nl
2021-10-19 21:59:14 +02:00
# Build big Domainlist ...
Stats big:
2021-10-20 06:33:41 +02:00
** Source (raw): 1598240
== Source (unique): 1327739 (-270501)
2021-10-19 21:59:14 +02:00
# Convert big to Hostlist ...
# Convert big to AdBlocklist ...
2021-10-20 06:33:41 +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": [
"RemoveComments",
"Validate"
]
},
{
"source": "/media/nas/git/adguard/fake.adblock",
"type": "adblock",
"transformations": [
"RemoveComments",
"Validate"
]
},
{
"source": "../../big_extension/out/big_extension.adblock",
"type": "adblock",
"transformations": [
"RemoveComments",
"Validate"
]
},
{
"source": "https://abp.oisd.nl/",
"type": "adblock",
"transformations": [
"RemoveComments",
"Validate"
]
}
],
"transformations": [
"RemoveComments",
"Compress"
]
}
Start compiling /media/nas/git/adguard/multi.adblock
Original length is 256528
Removed 125 comments
Length after applying transformations is 256401
Start compiling /media/nas/git/adguard/fake.adblock
Original length is 23157
Removed 41 comments
Length after applying transformations is 23116
Start compiling ../../big_extension/out/big_extension.adblock
Original length is 104528
Removed 0 comments
Length after applying transformations is 104528
Start compiling https://abp.oisd.nl/
Original length is 369448
Removed 13 comments
Length after applying transformations is 369434
Removed 12 comments
The list was compressed from 753479 to 578711
Final length of the list is 578717
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 ...