mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2025-12-31 17:40:25 +00:00
deploy: 8c167448c266967c4f44b0db891dad4a9854da94
This commit is contained in:
@@ -88,7 +88,8 @@ const threads = isCI ? cpuCount : cpuCount / 2;
|
||||
'perfops.io', // AdGuardDNSFilter
|
||||
'd2axgrpnciinw7.cloudfront.net', // ADGuardDNSFilter
|
||||
'tb-lb.sb-cd.com', // AdGuard
|
||||
'storage.yandexcloud.net' // phishing list
|
||||
'storage.yandexcloud.net', // phishing list
|
||||
'login.microsoftonline.com' // phishing list
|
||||
]);
|
||||
|
||||
console.time('* Download and process AdBlock Filter Rules');
|
||||
@@ -136,12 +137,33 @@ const threads = isCI ? cpuCount : cpuCount / 2;
|
||||
'https://easylist-downloads.adblockplus.org/easyprivacy.txt'
|
||||
]
|
||||
],
|
||||
// Curben's Malware Online UrlHaus
|
||||
'https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-agh-online.txt',
|
||||
// Curben's Phishing Online Filter
|
||||
'https://malware-filter.gitlab.io/malware-filter/phishing-filter-agh.txt',
|
||||
// Curben's PUP List
|
||||
'https://malware-filter.gitlab.io/malware-filter/pup-filter-agh.txt',
|
||||
// Curben's UrlHaus Malicious URL Blocklist
|
||||
// Prefer mirror, since malware-filter.gitlab.io has not been updated for a while
|
||||
'https://curbengh.github.io/urlhaus-filter/urlhaus-filter-agh-online.txt',
|
||||
// [
|
||||
// 'https://malware-filter.pages.dev/urlhaus-filter-agh-online.txt',
|
||||
// [
|
||||
// 'https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-agh-online.txt'
|
||||
// ]
|
||||
// ],
|
||||
// Curben's Phishing URL Blocklist
|
||||
// Prefer mirror, since malware-filter.gitlab.io has not been updated for a while
|
||||
'https://curbengh.github.io/phishing-filter/phishing-filter-agh.txt',
|
||||
// [
|
||||
// 'https://phishing-filter.pages.dev/phishing-filter-agh.txt',
|
||||
// [
|
||||
// 'https://malware-filter.gitlab.io/malware-filter/phishing-filter-agh.txt'
|
||||
// ]
|
||||
// ],
|
||||
// Curben's PUP Domains Blocklist
|
||||
'https://curbengh.github.io/malware-filter/pup-filter-agh.txt',
|
||||
// Prefer mirror, since malware-filter.gitlab.io has not been updated for a while
|
||||
// [
|
||||
// 'https://pup-filter.pages.dev/pup-filter-agh.txt',
|
||||
// [
|
||||
// 'https://malware-filter.gitlab.io/malware-filter/pup-filter-agh.txt'
|
||||
// ]
|
||||
// ],
|
||||
// GameConsoleAdblockList
|
||||
'https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GameConsoleAdblockList.txt',
|
||||
// PiHoleBlocklist
|
||||
|
||||
@@ -297,6 +297,8 @@ storage.crisp.chat
|
||||
.w.staticblitz.com
|
||||
v-corp.staticblitz.com
|
||||
ghavatars.staticblitz.com
|
||||
nr.staticblitz.com
|
||||
.w-credentialless.staticblitz.com
|
||||
|
||||
# >> DCard
|
||||
megapx-assets.dcard.tw
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
############################
|
||||
# Mainland China IPv4 CIDR
|
||||
# Data from misaka.io (misakaio @ GitHub)
|
||||
# Last Updated: 2022-10-31T12:49:35.563Z
|
||||
# Last Updated: 2022-10-31T13:52:28.732Z
|
||||
# Routes: 3184
|
||||
############################
|
||||
IP-CIDR,1.2.4.0/24
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<main class="container">
|
||||
<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>Last Updated: 2022-10-31T12:51:52.485Z</p>
|
||||
<p>Last Updated: 2022-10-31T13:55:24.041Z</p>
|
||||
<hr>
|
||||
<br>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user