adguard/affiliatetracking.stats

154 lines
5.3 KiB
Plaintext
Raw Normal View History

2021-10-19 21:59:14 +02:00
### Compile affiliatetracking Blocklist ###
Config:
** Build - 4:
extendWWWFLD
hosts
adblock
localpush
2021-10-22 13:23:48 +02:00
++ Prioritized Blocklists - 4:
2021-10-19 21:59:14 +02:00
../../data/black.list.block
2021-10-22 13:23:48 +02:00
../../data/rules.list.block
../../data/black.list.extension
../d3host/out/d3host.domains
2021-10-19 21:59:14 +02:00
-- Excludelists - 2:
../../light.txt
../../fake.txt
-- Deadlists - 1:
../../data/dead.list
-- Whitelists - 2:
2021-10-19 21:59:14 +02:00
../../data/white.list
../../data/white.list.adguard
2021-10-19 21:59:14 +02:00
-- Unblocklists - 1:
../../data/white.list.important
Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
2021-10-23 07:05:28 +02:00
1 | 123255 | hosts | http | online | changed | https://hostfiles.frogeye.fr/firstparty-trackers-hosts.txt
2021-10-20 03:45:07 +02:00
2 | 93712 | hosts | http | online | unchanged | https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
2021-10-21 18:12:45 +02:00
3 | 244 | hosts | http | online | unchanged | https://raw.githubusercontent.com/d3ward/toolz/master/src/d3host.txt
2021-10-19 21:59:14 +02:00
4 | 1734 | hosts | http | online | unchanged | https://raw.githubusercontent.com/infinitytec/blocklists/master/ads-and-trackers.txt
2021-10-23 07:05:28 +02:00
5 | 40621 | adblock | http | online | unchanged | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
2021-10-21 18:12:45 +02:00
6 | 13720 | domains | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt
7 | 429 | domains | http | online | unchanged | https://raw.githubusercontent.com/nextdns/metadata/master/privacy/affiliate-tracking-domains
2021-10-22 13:23:48 +02:00
8 | 22 | domains | http | online | unchanged | https://raw.githubusercontent.com/nextdns/cname-cloaking-blocklist/master/domains
9 | 5 | domains | http | online | unchanged | https://raw.githubusercontent.com/nextdns/metadata/master/security/parked-domains-cname
2021-10-22 13:39:20 +02:00
10 | 892 | domains | local | online | changed | white.list.referral
2021-10-22 13:23:48 +02:00
11 | 2 | domains | local | online | unchanged | black.list.affiliatetracking
2021-10-23 07:05:28 +02:00
12 | 13999 | domains | local | online | unchanged | black.list
13 | 29 | domains | local | online | unchanged | black.list.threat-intelligence
2021-10-19 21:59:14 +02:00
# Build affiliatetracking Domainlist ...
Stats affiliatetracking:
2021-10-23 07:05:28 +02:00
** Source (raw): 288664
== Source (unique): 253731 (-34933)
-- Exclude: 180011 (-73720)
-- White: 179700 (-311)
-- White(*): 178543 (-1157)
-- Dead: 153049 (-25494)
++ Block: 154121 (+1072)
-- Unblock: 154121 (-0)
++ FLD: 154723 (+602)
++ WWW: 157749 (+3026)
2021-10-23 07:05:28 +02:00
157749 unique Domains - Version 2021.1023.070351
MD5 Domains RAW: 12b2a230ab359d2279b5fddbf4e27b3d
2021-10-19 21:59:14 +02:00
# Convert affiliatetracking to Hostlist ...
# Convert affiliatetracking to AdBlocklist ...
Prepare domain list for compiling ... done.
2021-10-20 08:01:07 +02:00
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
"name": "affiliatetracking",
"sources": [
{
"source": "affiliatetracking.adblock.raw",
2021-10-22 13:23:48 +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": "../rules.txt",
"transformations": [
"Validate"
],
"type": "adblock"
},
{
"source": "../../d3host/out/d3host.domains",
"transformations": [
"Validate"
],
"type": "adblock"
},
{
"source": "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exceptions.txt",
"transformations": [
"Validate"
],
2021-10-20 08:01:07 +02:00
"type": "adblock"
}
],
"transformations": [
"Compress"
]
}
Start compiling affiliatetracking.adblock.raw
2021-10-23 07:05:28 +02:00
Original length is 137744
2021-10-22 13:23:48 +02:00
Filtering the list of rules using 325 exclusion rules
2021-10-23 07:05:28 +02:00
Excluded 10 rules. 137734 rules left.
Length after applying transformations is 137733
2021-10-22 13:23:48 +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 ../rules.txt
Original length is 4
Length after applying transformations is 4
Start compiling ../../d3host/out/d3host.domains
Original length is 201
Length after applying transformations is 201
Start compiling https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exceptions.txt
Original length is 179
Length after applying transformations is 179
2021-10-23 07:05:28 +02:00
The list was compressed from 138702 to 105741
Final length of the list is 105747
2021-10-20 08:01:07 +02:00
Writing output to /media/nas/git/rpi/pihole/blocklists/build/affiliatetracking/out/affiliatetracking.adblock
Finished compiling
2021-10-19 21:59:14 +02:00
# Attach header to affiliatetracking Domainlist ...
# Push affiliatetracking to local Repositories ...