mirror of https://github.com/Zelo72/adguard
multi auto-update
This commit is contained in:
parent
d48a6c7db9
commit
3711c5de36
256416
multi.adblock
256416
multi.adblock
File diff suppressed because it is too large
Load Diff
47
multi.stats
47
multi.stats
|
@ -64,7 +64,7 @@ Initialize ...
|
|||
28 | 93712 | hosts | http | online | unchanged | https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
||||
29 | 24884 | hosts | http | online | unchanged | https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/NoFormatting/AdditionalSupplementaryHosts.txt
|
||||
30 | 8624 | hosts | http | online | unchanged | https://raw.githubusercontent.com/guardicore/labs_campaigns/master/Autodiscover/autodiscover-tlds.txt
|
||||
31 | 1486 | hosts | http | online | unchanged | https://urlhaus.abuse.ch/downloads/hostfile/
|
||||
31 | 1478 | hosts | http | online | unchanged | https://urlhaus.abuse.ch/downloads/hostfile/
|
||||
32 | 373 | hosts | http | online | unchanged | https://raw.githubusercontent.com/Laicure/hosts/master/shithosts
|
||||
33 | 40503 | adblock | http | online | unchanged | https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
|
||||
34 | 1019 | adblock | http | online | unchanged | https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_11_Mobile/filter.txt
|
||||
|
@ -82,7 +82,7 @@ Initialize ...
|
|||
46 | 0 | adblock | http | OFFLINE | OFFLINE | https://adblock.gardar.net/is.abp.txt
|
||||
47 | 127 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/Liste_AR.txt
|
||||
48 | 9620 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/advblock.txt
|
||||
49 | 6294 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/easylistchina.txt
|
||||
49 | 6297 | adblock | http | online | changed | https://easylist-downloads.adblockplus.org/easylistchina.txt
|
||||
50 | 21 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/easylistdutch.txt
|
||||
51 | 364 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/easylistgermany.txt
|
||||
52 | 215 | adblock | http | online | unchanged | https://easylist-downloads.adblockplus.org/easylistitaly.txt
|
||||
|
@ -98,7 +98,7 @@ Initialize ...
|
|||
62 | 86 | adblock | http | online | unchanged | https://raw.github.com/tomasko126/easylistczechandslovak/master/filters.txt
|
||||
63 | 684 | adblock | http | online | unchanged | https://raw.githubusercontent.com/ABPindo/indonesianadblockrules/master/subscriptions/abpindo.txt
|
||||
64 | 32 | adblock | http | online | unchanged | https://raw.githubusercontent.com/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt
|
||||
65 | 215 | adblock | http | online | unchanged | https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn.txt
|
||||
65 | 216 | adblock | http | online | changed | https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn.txt
|
||||
66 | 162 | adblock | http | online | unchanged | https://raw.githubusercontent.com/easylist-thailand/easylist-thailand/master/subscription/easylist-thailand.txt
|
||||
67 | 302 | adblock | http | online | unchanged | https://raw.githubusercontent.com/easylist/EasyListHebrew/master/EasyListHebrew.txt
|
||||
68 | 9314 | adblock | http | online | unchanged | https://raw.githubusercontent.com/easylist/easylist/master/easyprivacy/easyprivacy_specific_cname.txt
|
||||
|
@ -121,16 +121,16 @@ Initialize ...
|
|||
|
||||
Stats multi:
|
||||
|
||||
** Source (raw): 916574
|
||||
== Source (unique): 460783 (-455791)
|
||||
-- Exclude: 456748 (-4035)
|
||||
-- White: 453396 (-3352)
|
||||
-- White(*): 453056 (-340)
|
||||
++ Block: 453099 (+43)
|
||||
-- Unblock: 453099 (-0)
|
||||
-- Dead: 349689 (-103410)
|
||||
++ FLD: 350285 (+596)
|
||||
++ WWW: 468512 (+118227)
|
||||
** Source (raw): 916570
|
||||
== Source (unique): 460787 (-455783)
|
||||
-- Exclude: 456752 (-4035)
|
||||
-- White: 453400 (-3352)
|
||||
-- White(*): 453060 (-340)
|
||||
++ Block: 453103 (+43)
|
||||
-- Unblock: 453103 (-0)
|
||||
-- Dead: 349693 (-103410)
|
||||
++ FLD: 350289 (+596)
|
||||
++ WWW: 468521 (+118232)
|
||||
|
||||
# Convert multi to Hostlist ...
|
||||
|
||||
|
@ -138,6 +138,27 @@ Stats multi:
|
|||
|
||||
Prepare domain list for compiling ... done.
|
||||
|
||||
ℹ Starting @adguard/hostlist-compiler v1.0.12
|
||||
ℹ Starting the compiler
|
||||
ℹ Configuration: {
|
||||
"name": "multi",
|
||||
"sources": [
|
||||
{
|
||||
"source": "multi.adblock.raw",
|
||||
"type": "adblock"
|
||||
}
|
||||
],
|
||||
"transformations": [
|
||||
"Compress"
|
||||
]
|
||||
}
|
||||
ℹ Start compiling multi.adblock.raw
|
||||
ℹ Original length is 305735
|
||||
ℹ Length after applying transformations is 305735
|
||||
ℹ The list was compressed from 305738 to 256412
|
||||
ℹ Final length of the list is 256418
|
||||
ℹ Writing output to /media/nas/git/rpi/pihole/blocklists/build/multi/out/multi.adblock
|
||||
ℹ Finished compiling
|
||||
|
||||
# Attach header to multi Domainlist ...
|
||||
|
||||
|
|
Loading…
Reference in New Issue