mirror of https://github.com/Zelo72/rpi
120 lines
3.8 KiB
Plaintext
Executable File
120 lines
3.8 KiB
Plaintext
Executable File
### Compile personal Blocklist ###
|
||
|
||
Config:
|
||
|
||
** Build - 4:
|
||
|
||
extendWWWFLD
|
||
hosts
|
||
adblock
|
||
localpush
|
||
|
||
++ Prioritized Blocklists - 3:
|
||
|
||
../../data/black.list.block
|
||
../../data/rules.list.block
|
||
../../data/black.list.extension
|
||
|
||
-- 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
|
||
1 | 13999 | domains | local | online | changed | black.list
|
||
2 | 29 | domains | local | online | unchanged | black.list.threat-intelligence
|
||
3 | 2 | domains | local | online | unchanged | black.list.affiliatetracking
|
||
4 | 3672 | hosts | http | online | unchanged | https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext
|
||
5 | 1734 | hosts | http | online | changed | 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
|
||
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
|
||
|
||
# Build personal Domainlist ...
|
||
|
||
Stats personal:
|
||
|
||
** Source (raw): 26376
|
||
== Source (unique): 22536 (-3840)
|
||
-- White: 21336 (-1200)
|
||
-- White(*): 21319 (-17)
|
||
-- Dead: 20492 (-827)
|
||
++ Block: 21188 (+696)
|
||
-- Unblock: 21188 (-0)
|
||
++ FLD: 21327 (+139)
|
||
++ WWW: 28011 (+6684)
|
||
|
||
28011 unique Domains - Version 2021.1023.065652
|
||
MD5 Domains RAW: af10d7957d5323df10b44a6c6b124597
|
||
|
||
# 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",
|
||
"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"
|
||
],
|
||
"type": "adblock"
|
||
}
|
||
],
|
||
"transformations": [
|
||
"Compress"
|
||
]
|
||
}
|
||
ℹ Start compiling personal.adblock.raw
|
||
ℹ Original length is 20914
|
||
ℹ Filtering the list of rules using 325 exclusion rules
|
||
ℹ Excluded 7 rules. 20907 rules left.
|
||
ℹ Length after applying transformations is 20906
|
||
ℹ 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
|
||
ℹ The list was compressed from 21664 to 12531
|
||
ℹ Final length of the list is 12537
|
||
ℹ 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 ...
|
||
|