rpi/pihole/blocklists/personal.stats

120 lines
3.8 KiB
Plaintext
Raw Normal View History

2021-10-19 21:54:26 +02:00
### Compile personal Blocklist ###
Config:
** Build - 4:
extendWWWFLD
hosts
adblock
localpush
2021-10-22 13:21:35 +02:00
++ Prioritized Blocklists - 3:
2021-10-19 21:54:26 +02:00
../../data/black.list.block
2021-10-22 13:21:35 +02:00
../../data/rules.list.block
2021-10-22 00:07:41 +02:00
../../data/black.list.extension
2021-10-19 21:54:26 +02:00
-- Deadlists - 1:
../../data/dead.list
-- Whitelists - 1:
../../data/exclude.list
-- Unblocklists - 1:
../../data/white.list.important
Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
2021-10-22 13:31:48 +02:00
1 | 14000 | domains | local | online | changed | black.list
2021-10-22 00:07:41 +02:00
2 | 27 | domains | local | online | unchanged | black.list.threat-intelligence
2021-10-19 21:54:26 +02:00
3 | 2 | domains | local | online | unchanged | black.list.affiliatetracking
2021-10-22 13:31:48 +02:00
4 | 3672 | hosts | http | online | changed | https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext
2021-10-19 21:54:26 +02:00
5 | 1734 | hosts | http | online | unchanged | https://raw.githubusercontent.com/infinitytec/blocklists/master/ads-and-trackers.txt
6 | 2016 | adblock | http | online | unchanged | https://raw.githubusercontent.com/Kees1958/W3C_annual_most_used_survey_blocklist/master/TOP_EU_US_Ads_Trackers_ABP
2021-10-21 06:06:47 +02:00
7 | 4924 | adblock | http | online | unchanged | https://raw.githubusercontent.com/Kees1958/W3C_annual_most_used_survey_blocklist/master/EU_US%2Bmost_used_ad_and_tracking_networks
2021-10-19 21:54:26 +02:00
# Build personal Domainlist ...
Stats personal:
2021-10-22 13:31:48 +02:00
** Source (raw): 26375
== Source (unique): 22535 (-3840)
-- White: 21336 (-1199)
-- White(*): 21319 (-17)
-- Dead: 20492 (-827)
++ Block: 21190 (+698)
-- Unblock: 21190 (-0)
++ FLD: 21329 (+139)
++ WWW: 28012 (+6683)
2021-10-19 21:54:26 +02:00
2021-10-22 13:31:48 +02:00
28012 unique Domains - Version 2021.1022.133113
MD5 Domains RAW: 8f95cf0241c6490baf92f3f17a6d1f99
2021-10-20 12:06:00 +02:00
2021-10-19 21:54:26 +02:00
# Convert personal to Hostlist ...
# Convert personal to AdBlocklist ...
Prepare domain list for compiling ... done.
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
"name": "personal",
"sources": [
{
"source": "personal.adblock.raw",
2021-10-22 13:21:35 +02:00
"type": "adblock",
"exclusions_sources": [
"https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exclusions.txt"
],
"transformations": [
"Validate"
]
},
{
"source": "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/rules.txt",
"transformations": [
"Validate"
],
"type": "adblock"
},
{
"source": "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exceptions.txt",
"transformations": [
"Validate"
],
2021-10-19 21:54:26 +02:00
"type": "adblock"
}
],
"transformations": [
"Compress"
]
}
Start compiling personal.adblock.raw
2021-10-22 13:31:48 +02:00
Original length is 20916
2021-10-22 13:21:35 +02:00
Filtering the list of rules using 325 exclusion rules
2021-10-22 13:31:48 +02:00
Excluded 7 rules. 20909 rules left.
Length after applying transformations is 20908
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
Start compiling https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exceptions.txt
Original length is 179
Length after applying transformations is 179
2021-10-22 13:31:48 +02:00
The list was compressed from 21666 to 12534
Final length of the list is 12540
2021-10-19 21:54:26 +02:00
Writing output to /media/nas/git/rpi/pihole/blocklists/build/personal/out/personal.adblock
Finished compiling
# Attach header to personal Domainlist ...
# Push personal to local Repositories ...