mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-18 17:54:26 +00:00
deploy: 5f8ab47dd607eda3a1a0c1844f81f5ac6fbbd14e
This commit is contained in:
@@ -227,11 +227,20 @@ function canExcludeFromDedupe (domain) {
|
||||
if (
|
||||
// starts with a dot
|
||||
domain.charCodeAt(0) === 46
|
||||
&& domain.length === 23
|
||||
&& domain.endsWith('.duckdns.org')
|
||||
) {
|
||||
return true;
|
||||
if (
|
||||
domain.endsWith('.web.app')
|
||||
|| domain.endsWith('.duckdns.org')
|
||||
|| domain.endsWith('.firebaseapp.app')
|
||||
|| domain.endsWith('.workers.dev')
|
||||
|| domain.endsWith('.weeblysite.com')
|
||||
|| domain.endsWith('.github.io')
|
||||
|| domain.endsWith('.repl.co')
|
||||
) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
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-28T12:48:53.860Z
|
||||
# Last Updated: 2022-10-28T16:14:42.346Z
|
||||
# Routes: 3188
|
||||
############################
|
||||
IP-CIDR,1.2.4.0/24
|
||||
|
||||
@@ -40,6 +40,11 @@ DOMAIN-KEYWORD,eb.myja
|
||||
DOMAIN-KEYWORD,eb.myje
|
||||
DOMAIN-KEYWORD,eb.myjo
|
||||
DOMAIN-KEYWORD,sb.myja
|
||||
DOMAIN-KEYWORD,cn.asec
|
||||
DOMAIN-KEYWORD,on.ascc
|
||||
DOMAIN-KEYWORD,on.acsc
|
||||
DOMAIN-KEYWORD,on.acse
|
||||
|
||||
|
||||
# --- End of Blacklist Section
|
||||
|
||||
|
||||
@@ -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-28T12:52:06.897Z</p>
|
||||
<p>Last Updated: 2022-10-28T16:18:25.635Z</p>
|
||||
<hr>
|
||||
<br>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user