rpi/pihole/blocklists/personal.stats

98 lines
2.8 KiB
Plaintext
Raw Normal View History

2021-10-19 21:54:26 +02:00
### Compile personal Blocklist ###
Config:
2021-11-02 00:09:12 +01:00
** Build - 5:
2021-10-19 21:54:26 +02:00
extendWWWFLD
hosts
adblock
localpush
2021-11-02 00:09:12 +01:00
checkfordead
2021-10-19 21:54:26 +02:00
2021-10-23 19:31:06 +02:00
++ Prioritized Blocklists - 2:
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-19 21:54:26 +02:00
-- Deadlists - 1:
../../data/dead.list
2021-11-03 09:07:27 +01:00
-- Whitelists - 4:
2021-10-19 21:54:26 +02:00
../../data/exclude.list
2021-11-03 09:07:27 +01:00
../../data/white.list.microsoft
../../data/white.list.apple
2021-11-04 08:27:55 +01:00
../../data/white.list.hl2guide
2021-10-19 21:54:26 +02:00
2021-10-30 09:10:07 +02:00
-- Unblocklists - 3:
2021-10-19 21:54:26 +02:00
2021-10-30 09:10:07 +02:00
../../data/white.list
2021-10-19 21:54:26 +02:00
../../data/white.list.important
2021-10-23 17:40:25 +02:00
../../data/white.list.referral
2021-10-19 21:54:26 +02:00
Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
2021-11-09 04:09:10 +01:00
1 | 13467 | domains | local | online | unchanged | black.list
2021-11-01 12:00:58 +01:00
2 | 139 | domains | local | online | unchanged | black.list.threat-intelligence
2021-10-23 21:36:21 +02:00
3 | 2 | domains | local | online | unchanged | black.list.affiliatetracking
2021-11-06 12:09:18 +01:00
4 | 3674 | hosts | http | online | unchanged | https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext
2021-11-06 00:10:56 +01:00
5 | 1736 | hosts | http | online | unchanged | https://raw.githubusercontent.com/infinitytec/blocklists/master/ads-and-trackers.txt
2021-11-06 12:09:18 +01:00
6 | 2015 | adblock | http | online | unchanged | https://raw.githubusercontent.com/Kees1958/W3C_annual_most_used_survey_blocklist/master/TOP_EU_US_Ads_Trackers_ABP
7 | 4922 | 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-11-08 08:33:19 +01:00
** Source (raw): 25955
== Source (unique): 22204 (-3751)
2021-11-09 04:09:10 +01:00
-- White: 21597 (-607)
-- White(*): 20963 (-634)
-- Dead: 19969 (-994)
++ Block: 20163 (+194)
-- Unblock: 20159 (-4)
-- Unblock(*): 20153 (-6)
++ FLD: 20304 (+151)
++ WWW: 27057 (+6753)
27057 unique Domains - Version 2021.1109.040811
MD5 Domains RAW: c628549f8b5fc2bd742b96145bb9be34
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-28 08:56:09 +02:00
"type": "adblock"
2021-10-19 21:54:26 +02:00
}
],
"transformations": [
"Compress"
]
}
Start compiling personal.adblock.raw
2021-11-09 04:09:10 +01:00
Original length is 19914
Length after applying transformations is 19914
The list was compressed from 19917 to 12407
Final length of the list is 12413
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 ...