rpi/pihole/blocklists/fake.stats

88 lines
2.7 KiB
Plaintext
Raw Normal View History

2021-10-19 21:54:26 +02:00
### Compile fake Blocklist ###
Config:
2021-11-02 00:10:15 +01:00
** Build - 5:
2021-10-19 21:54:26 +02:00
extendWWWFLD
hosts
adblock
localpush
2021-11-02 00:10:15 +01:00
checkfordead
2021-10-19 21:54:26 +02:00
-- Deadlists - 1:
../../data/dead.list
2021-11-04 08:27:55 +01:00
-- Whitelists - 6:
2021-10-19 21:54:26 +02:00
../../data/exclude.list
../../data/white.list.apple
../../data/white.list.microsoft
2021-10-30 09:11:05 +02:00
../../data/white.list.hl2guide
../../data/networks/google.list
../../doh-vpn-proxy-bypass.txt
2021-10-19 21:54:26 +02:00
Initialize ...
# Download and convert Sourcelists ...
Nr | Count | Format | Source | Status | File | URL/File
1 | 2197 | hosts | http | online | unchanged | https://raw.githubusercontent.com/StevenBlack/hosts/master/extensions/fakenews/hosts
2 | 252 | domains | http | online | unchanged | https://assets.windscribe.com/custom_blocklists/clickbait.txt
2021-12-17 04:40:24 +01:00
3 | 12716 | domains | http | online | changed | https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Lists/Scam
2021-11-02 00:10:15 +01:00
4 | 1487 | domains | http | online | unchanged | https://raw.githubusercontent.com/cbuijs/shallalist/master/costtraps/domains
2021-11-23 14:39:25 +01:00
5 | 47 | domains | http | online | unchanged | https://raw.githubusercontent.com/iam-py-test/my_filters_001/main/Alternative%20list%20formats/clickbait_domains.txt
2021-12-13 04:40:49 +01:00
6 | 6763 | domains | http | online | unchanged | https://raw.githubusercontent.com/stonecrusher/filterlists-pihole/master/watchlist-internet-ph.txt
2021-12-15 04:40:40 +01:00
7 | 6889 | domains | local | online | unchanged | black.list.fake
2021-12-16 07:16:45 +01:00
8 | 1484 | domains | local | online | unchanged | fake.ts.black.list
9 | 536 | domains | local | online | unchanged | fake.vzni.black.list
2021-10-19 21:54:26 +02:00
# Build fake Domainlist ...
Stats fake:
2021-12-17 04:40:24 +01:00
** Source (raw): 32371
== Source (unique): 24611 (-7760)
-- White: 24514 (-97)
-- White(*): 24514 (-0)
-- Dead: 19716 (-4798)
++ FLD: 19848 (+132)
++ WWW: 38723 (+18875)
2021-10-20 12:06:42 +02:00
2021-12-17 04:40:24 +01:00
38723 unique Domains - Version 2021.1217.043933
MD5 Domains RAW: 0a5feab2a6a16a72698fa37d610ad16c
2021-10-19 21:54:26 +02:00
# Convert fake to Hostlist ...
# Convert fake to AdBlocklist ...
Prepare domain list for compiling ... done.
Starting @adguard/hostlist-compiler v1.0.12
Starting the compiler
Configuration: {
"name": "fake",
"sources": [
{
"source": "fake.adblock.raw",
2021-10-28 08:57:09 +02:00
"type": "adblock"
2021-10-19 21:54:26 +02:00
}
],
"transformations": [
"Compress"
]
}
Start compiling fake.adblock.raw
2021-12-17 04:40:24 +01:00
Original length is 19683
Length after applying transformations is 19683
The list was compressed from 19686 to 19586
Final length of the list is 19592
2021-10-19 21:54:26 +02:00
Writing output to /media/nas/git/rpi/pihole/blocklists/build/fake/out/fake.adblock
Finished compiling
# Attach header to fake Domainlist ...
# Push fake to local Repositories ...