mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-01-02 10:30:26 +00:00
deploy: 9ca81d4ab7f63f0b5a52bdbc13c08d75eff023a5
This commit is contained in:
@@ -10,7 +10,7 @@ const threads = Math.max(require('os').cpus().length, 12);
|
|||||||
|
|
||||||
// Parse from remote hosts & domain lists
|
// Parse from remote hosts & domain lists
|
||||||
(await Promise.all([
|
(await Promise.all([
|
||||||
processHosts('https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext', true),
|
// 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')
|
processHosts('https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt')
|
||||||
])).forEach(hosts => {
|
])).forEach(hosts => {
|
||||||
@@ -70,7 +70,8 @@ const threads = Math.max(require('os').cpus().length, 12);
|
|||||||
'mixpanel.com',
|
'mixpanel.com',
|
||||||
'heapanalytics.com',
|
'heapanalytics.com',
|
||||||
'segment.com',
|
'segment.com',
|
||||||
'segmentify.com'
|
'segmentify.com',
|
||||||
|
't.co' // pgl yoyo add t.co to the blacklist
|
||||||
]);
|
]);
|
||||||
|
|
||||||
(await Promise.all([
|
(await Promise.all([
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@
|
|||||||
<main class="container">
|
<main class="container">
|
||||||
<h1>Sukka Surge Ruleset Server</h1>
|
<h1>Sukka Surge Ruleset Server</h1>
|
||||||
<p>Made by <a href="https://skk.moe">Sukka</a> | <a href="https://github.com/SukkaW/Surge/">Source @ GitHub</a> | Licensed under <a href="https://github.com/SukkaW/Surge/blob/master/LICENSE" target="_blank">AGPL-3.0</a></p>
|
<p>Made by <a href="https://skk.moe">Sukka</a> | <a href="https://github.com/SukkaW/Surge/">Source @ GitHub</a> | Licensed under <a href="https://github.com/SukkaW/Surge/blob/master/LICENSE" target="_blank">AGPL-3.0</a></p>
|
||||||
<p>Last Updated: 2022-05-13T06:11:51.869Z</p>
|
<p>Last Updated: 2022-05-13T06:18:09.796Z</p>
|
||||||
<hr>
|
<hr>
|
||||||
<br>
|
<br>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user