deploy: 9e124e864e4ea4d2ae0b97c6a99cc6d497632569

This commit is contained in:
SukkaBot
2022-10-28 16:37:33 +00:00
parent 9b15d609c0
commit d66b7e4d2c
6 changed files with 17 additions and 4433 deletions

View File

@@ -192,7 +192,7 @@ const threads = isCI ? cpuCount : cpuCount / 2;
let isTobeRemoved = false; let isTobeRemoved = false;
for (const keyword of domainKeywordsSet) { for (const keyword of domainKeywordsSet) {
if (domain.includes(keyword) || keyword.includes(domain)) { if (domain.includes(keyword)) {
isTobeRemoved = true; isTobeRemoved = true;
break; break;
} }

View File

@@ -227,20 +227,11 @@ function canExcludeFromDedupe (domain) {
if ( if (
// starts with a dot // starts with a dot
domain.charCodeAt(0) === 46 domain.charCodeAt(0) === 46
) { && domain.length === 23
if ( && domain.endsWith('.duckdns.org')
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 true;
} }
}
return false; return false;
} }

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
############################ ############################
# Mainland China IPv4 CIDR # Mainland China IPv4 CIDR
# Data from misaka.io (misakaio @ GitHub) # Data from misaka.io (misakaio @ GitHub)
# Last Updated: 2022-10-28T16:14:42.346Z # Last Updated: 2022-10-28T16:34:36.419Z
# Routes: 3188 # Routes: 3188
############################ ############################
IP-CIDR,1.2.4.0/24 IP-CIDR,1.2.4.0/24

View File

@@ -44,6 +44,17 @@ DOMAIN-KEYWORD,cn.asec
DOMAIN-KEYWORD,on.ascc DOMAIN-KEYWORD,on.ascc
DOMAIN-KEYWORD,on.acsc DOMAIN-KEYWORD,on.acsc
DOMAIN-KEYWORD,on.acse DOMAIN-KEYWORD,on.acse
DOMAIN-KEYWORD,on.ascec
DOMAIN-KEYWORD,on.ascse
DOMAIN-KEYWORD,an.ascec
DOMAIN-KEYWORD,.viiessva
DOMAIN-KEYWORD,.avisievs
DOMAIN-KEYWORD,orvaisvieas
DOMAIN-KEYWORD,.vieissa
DOMAIN-KEYWORD,.viessvac
DOMAIN-KEYWORD,ei.vivca
DOMAIN-KEYWORD,ei.visva
DOMAIN-KEYWORD,.vivcsv
# --- End of Blacklist Section # --- End of Blacklist Section

View File

@@ -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-10-28T16:18:25.635Z</p> <p>Last Updated: 2022-10-28T16:37:31.935Z</p>
<hr> <hr>
<br> <br>
<ul> <ul>