mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 17:20:35 +08:00
Add WindowsSpyBlocker to reject domainset
This commit is contained in:
parent
5ff53ccf14
commit
7aaabd6d99
@ -11,7 +11,8 @@ const threads = Math.max(require('os').cpus().length, 12);
|
||||
// Parse from remote hosts & domain lists
|
||||
(await Promise.all([
|
||||
processHosts('https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext', true),
|
||||
processHosts('https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt')
|
||||
processHosts('https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'),
|
||||
processHosts('https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt')
|
||||
])).forEach(hosts => {
|
||||
hosts.forEach(host => {
|
||||
if (host) {
|
||||
|
||||
@ -650,6 +650,7 @@ tongji.tom.com
|
||||
ads.tvb.com
|
||||
ad.juksy.com
|
||||
.actonservice.com
|
||||
tag.clearbitscripts.com
|
||||
|
||||
# >> Alexa
|
||||
data.alexa.com
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user