This commit is contained in:
SukkaW
2025-04-20 11:14:57 +00:00
parent 92fe3b8d1b
commit 8cc17fd006
25 changed files with 3609 additions and 2834 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
#########################################
# Sukka's Ruleset - Mainland China IPv4 CIDR
# Last Updated: 2025-04-19T13:02:05.456Z
# Size: 4166
# Last Updated: 2025-04-20T11:14:24.428Z
# Size: 4167
# License: CC BY-SA 2.0
# Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge
@@ -765,6 +765,7 @@
101.40.0.0/16
101.42.0.0/15
101.49.206.0/23
101.49.208.0/24
101.49.212.0/24
101.50.8.0/21
101.50.56.0/22

View File

@@ -1,7 +1,7 @@
#########################################
# Sukka's Ruleset - Mainland China IPv6 CIDR
# Last Updated: 2025-04-19T06:47:14.932Z
# Size: 1465
# Last Updated: 2025-04-20T11:14:24.429Z
# Size: 1474
# License: CC BY-SA 2.0
# Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge
@@ -468,6 +468,7 @@
2406:840:e14f::/48
2406:840:e201::/48
2406:840:e230::/44
2406:840:e260::/44
2406:840:e500::/47
2406:840:e600::/47
2406:840:e602::/48
@@ -505,8 +506,7 @@
2406:840:fc10::/44
2406:840:fc20::/43
2406:840:fc40::/42
2406:840:fc90::/44
2406:840:fca0::/43
2406:840:fc80::/42
2406:840:fcc0::/44
2406:840:fcd0::/48
2406:840:fd40::/42
@@ -1226,6 +1226,7 @@
2602:f9ba:a8::/48
2602:f9ba:10c::/48
2602:fd92:801::/48
2602:fd92:cc0::/44
2602:fed2:731d::/48
2602:feda:182::/47
2602:feda:1bf::/48
@@ -1322,6 +1323,7 @@
2a0c:9a46:800::/43
2a0c:b641:571::/48
2a0c:b641:d40::/44
2a0e:8f02:2182::/47
2a0e:8f02:f067::/48
2a0e:97c0:550::/44
2a0e:97c0:83f::/48
@@ -1396,10 +1398,13 @@
2a0f:7804:f9f0::/44
2a0f:7807::/32
2a0f:7d07::/32
2a0f:85c1:816::/48
2a0f:85c1:b3a::/48
2a0f:85c1:ba5::/48
2a0f:85c1:bba::/48
2a0f:85c1:bfe::/48
2a0f:9400:6110::/48
2a0f:9400:6163::/48
2a0f:9400:7700::/48
2a0f:ac00::/29
2a10:2f00:15a::/48
@@ -1454,13 +1459,17 @@
2a14:7580:9604::/47
2a14:7580:d000::/37
2a14:7580:d800::/39
2a14:7580:e200::/40
2a14:7580:fa00::/40
2a14:7580:fe00::/40
2a14:7581:b20::/48
2a14:7581:b30::/48
2a14:7581:b40::/48
2a14:7581:b50::/48
2a14:7581:bbb::/48
2a14:7581:9010::/44
2a14:7584::/36
2a14:7584:9000::/36
2c0f:f7a8:8011::/48
2c0f:f7a8:8050::/48
2c0f:f7a8:805f::/48

View File

@@ -1,7 +1,7 @@
#########################################
# Sukka's Ruleset - Reject Domains
# Last Updated: 2025-04-19T13:02:04.171Z
# Size: 255
# Last Updated: 2025-04-20T11:14:23.417Z
# Size: 254
# License: AGPL 3.0
# Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge
@@ -56,7 +56,6 @@ DOMAIN-SUFFIX,newzgames.com
DOMAIN-SUFFIX,brightvpn.com
DOMAIN,httpdns.bilivideo.com
DOMAIN-SUFFIX,amplitude.com
DOMAIN-SUFFIX,amazonaws.com
DOMAIN-SUFFIX,taxility.com
DOMAIN-SUFFIX,proxyway.com
DOMAIN,api-js.mixpanel.com

View File

@@ -1,6 +1,6 @@
<?php
// # Build 2025-04-19T15:10:24.606Z
// # Build 2025-04-20T11:14:24.872Z
declare(strict_types=1);
@@ -3371,6 +3371,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR,101.40.0.0/16,Domestic',
'IP-CIDR,101.42.0.0/15,Domestic',
'IP-CIDR,101.49.206.0/23,Domestic',
'IP-CIDR,101.49.208.0/24,Domestic',
'IP-CIDR,101.49.212.0/24,Domestic',
'IP-CIDR,101.50.8.0/21,Domestic',
'IP-CIDR,101.50.56.0/22,Domestic',
@@ -7240,6 +7241,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR6,2406:840:e14f::/48,Domestic',
'IP-CIDR6,2406:840:e201::/48,Domestic',
'IP-CIDR6,2406:840:e230::/44,Domestic',
'IP-CIDR6,2406:840:e260::/44,Domestic',
'IP-CIDR6,2406:840:e500::/47,Domestic',
'IP-CIDR6,2406:840:e600::/47,Domestic',
'IP-CIDR6,2406:840:e602::/48,Domestic',
@@ -7277,8 +7279,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR6,2406:840:fc10::/44,Domestic',
'IP-CIDR6,2406:840:fc20::/43,Domestic',
'IP-CIDR6,2406:840:fc40::/42,Domestic',
'IP-CIDR6,2406:840:fc90::/44,Domestic',
'IP-CIDR6,2406:840:fca0::/43,Domestic',
'IP-CIDR6,2406:840:fc80::/42,Domestic',
'IP-CIDR6,2406:840:fcc0::/44,Domestic',
'IP-CIDR6,2406:840:fcd0::/48,Domestic',
'IP-CIDR6,2406:840:fd40::/42,Domestic',
@@ -7998,6 +7999,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR6,2602:f9ba:a8::/48,Domestic',
'IP-CIDR6,2602:f9ba:10c::/48,Domestic',
'IP-CIDR6,2602:fd92:801::/48,Domestic',
'IP-CIDR6,2602:fd92:cc0::/44,Domestic',
'IP-CIDR6,2602:fed2:731d::/48,Domestic',
'IP-CIDR6,2602:feda:182::/47,Domestic',
'IP-CIDR6,2602:feda:1bf::/48,Domestic',
@@ -8094,6 +8096,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR6,2a0c:9a46:800::/43,Domestic',
'IP-CIDR6,2a0c:b641:571::/48,Domestic',
'IP-CIDR6,2a0c:b641:d40::/44,Domestic',
'IP-CIDR6,2a0e:8f02:2182::/47,Domestic',
'IP-CIDR6,2a0e:8f02:f067::/48,Domestic',
'IP-CIDR6,2a0e:97c0:550::/44,Domestic',
'IP-CIDR6,2a0e:97c0:83f::/48,Domestic',
@@ -8168,10 +8171,13 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR6,2a0f:7804:f9f0::/44,Domestic',
'IP-CIDR6,2a0f:7807::/32,Domestic',
'IP-CIDR6,2a0f:7d07::/32,Domestic',
'IP-CIDR6,2a0f:85c1:816::/48,Domestic',
'IP-CIDR6,2a0f:85c1:b3a::/48,Domestic',
'IP-CIDR6,2a0f:85c1:ba5::/48,Domestic',
'IP-CIDR6,2a0f:85c1:bba::/48,Domestic',
'IP-CIDR6,2a0f:85c1:bfe::/48,Domestic',
'IP-CIDR6,2a0f:9400:6110::/48,Domestic',
'IP-CIDR6,2a0f:9400:6163::/48,Domestic',
'IP-CIDR6,2a0f:9400:7700::/48,Domestic',
'IP-CIDR6,2a0f:ac00::/29,Domestic',
'IP-CIDR6,2a10:2f00:15a::/48,Domestic',
@@ -8226,13 +8232,17 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR6,2a14:7580:9604::/47,Domestic',
'IP-CIDR6,2a14:7580:d000::/37,Domestic',
'IP-CIDR6,2a14:7580:d800::/39,Domestic',
'IP-CIDR6,2a14:7580:e200::/40,Domestic',
'IP-CIDR6,2a14:7580:fa00::/40,Domestic',
'IP-CIDR6,2a14:7580:fe00::/40,Domestic',
'IP-CIDR6,2a14:7581:b20::/48,Domestic',
'IP-CIDR6,2a14:7581:b30::/48,Domestic',
'IP-CIDR6,2a14:7581:b40::/48,Domestic',
'IP-CIDR6,2a14:7581:b50::/48,Domestic',
'IP-CIDR6,2a14:7581:bbb::/48,Domestic',
'IP-CIDR6,2a14:7581:9010::/44,Domestic',
'IP-CIDR6,2a14:7584::/36,Domestic',
'IP-CIDR6,2a14:7584:9000::/36,Domestic',
'IP-CIDR6,2c0f:f7a8:8011::/48,Domestic',
'IP-CIDR6,2c0f:f7a8:8050::/48,Domestic',
'IP-CIDR6,2c0f:f7a8:805f::/48,Domestic',

File diff suppressed because it is too large Load Diff

View File

@@ -2168,7 +2168,8 @@
101.49.192.0/21
101.49.200.0/22
101.49.204.0/23
101.49.208.0/22
101.49.209.0/24
101.49.210.0/23
101.49.213.0/24
101.49.214.0/23
101.49.216.0/21

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
#########################################
# Sukka's Ruleset - Mainland China IPv4 CIDR
# Last Updated: 2025-04-19T13:02:05.456Z
# Size: 4167
# Last Updated: 2025-04-20T11:14:24.428Z
# Size: 4168
# License: CC BY-SA 2.0
# Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge
@@ -766,6 +766,7 @@ IP-CIDR,101.39.0.0/16
IP-CIDR,101.40.0.0/16
IP-CIDR,101.42.0.0/15
IP-CIDR,101.49.206.0/23
IP-CIDR,101.49.208.0/24
IP-CIDR,101.49.212.0/24
IP-CIDR,101.50.8.0/21
IP-CIDR,101.50.56.0/22

View File

@@ -1,7 +1,7 @@
#########################################
# Sukka's Ruleset - Mainland China IPv6 CIDR
# Last Updated: 2025-04-19T06:47:14.932Z
# Size: 1466
# Last Updated: 2025-04-20T11:14:24.429Z
# Size: 1475
# License: CC BY-SA 2.0
# Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge
@@ -469,6 +469,7 @@ IP-CIDR6,2406:840:e10f::/48
IP-CIDR6,2406:840:e14f::/48
IP-CIDR6,2406:840:e201::/48
IP-CIDR6,2406:840:e230::/44
IP-CIDR6,2406:840:e260::/44
IP-CIDR6,2406:840:e500::/47
IP-CIDR6,2406:840:e600::/47
IP-CIDR6,2406:840:e602::/48
@@ -506,8 +507,7 @@ IP-CIDR6,2406:840:fb00::/40
IP-CIDR6,2406:840:fc10::/44
IP-CIDR6,2406:840:fc20::/43
IP-CIDR6,2406:840:fc40::/42
IP-CIDR6,2406:840:fc90::/44
IP-CIDR6,2406:840:fca0::/43
IP-CIDR6,2406:840:fc80::/42
IP-CIDR6,2406:840:fcc0::/44
IP-CIDR6,2406:840:fcd0::/48
IP-CIDR6,2406:840:fd40::/42
@@ -1227,6 +1227,7 @@ IP-CIDR6,2602:f7ee:ee::/48
IP-CIDR6,2602:f9ba:a8::/48
IP-CIDR6,2602:f9ba:10c::/48
IP-CIDR6,2602:fd92:801::/48
IP-CIDR6,2602:fd92:cc0::/44
IP-CIDR6,2602:fed2:731d::/48
IP-CIDR6,2602:feda:182::/47
IP-CIDR6,2602:feda:1bf::/48
@@ -1323,6 +1324,7 @@ IP-CIDR6,2a0c:9a40:84e0::/48
IP-CIDR6,2a0c:9a46:800::/43
IP-CIDR6,2a0c:b641:571::/48
IP-CIDR6,2a0c:b641:d40::/44
IP-CIDR6,2a0e:8f02:2182::/47
IP-CIDR6,2a0e:8f02:f067::/48
IP-CIDR6,2a0e:97c0:550::/44
IP-CIDR6,2a0e:97c0:83f::/48
@@ -1397,10 +1399,13 @@ IP-CIDR6,2a0f:7804:f650::/44
IP-CIDR6,2a0f:7804:f9f0::/44
IP-CIDR6,2a0f:7807::/32
IP-CIDR6,2a0f:7d07::/32
IP-CIDR6,2a0f:85c1:816::/48
IP-CIDR6,2a0f:85c1:b3a::/48
IP-CIDR6,2a0f:85c1:ba5::/48
IP-CIDR6,2a0f:85c1:bba::/48
IP-CIDR6,2a0f:85c1:bfe::/48
IP-CIDR6,2a0f:9400:6110::/48
IP-CIDR6,2a0f:9400:6163::/48
IP-CIDR6,2a0f:9400:7700::/48
IP-CIDR6,2a0f:ac00::/29
IP-CIDR6,2a10:2f00:15a::/48
@@ -1455,13 +1460,17 @@ IP-CIDR6,2a14:7580:9603::/48
IP-CIDR6,2a14:7580:9604::/47
IP-CIDR6,2a14:7580:d000::/37
IP-CIDR6,2a14:7580:d800::/39
IP-CIDR6,2a14:7580:e200::/40
IP-CIDR6,2a14:7580:fa00::/40
IP-CIDR6,2a14:7580:fe00::/40
IP-CIDR6,2a14:7581:b20::/48
IP-CIDR6,2a14:7581:b30::/48
IP-CIDR6,2a14:7581:b40::/48
IP-CIDR6,2a14:7581:b50::/48
IP-CIDR6,2a14:7581:bbb::/48
IP-CIDR6,2a14:7581:9010::/44
IP-CIDR6,2a14:7584::/36
IP-CIDR6,2a14:7584:9000::/36
IP-CIDR6,2c0f:f7a8:8011::/48
IP-CIDR6,2c0f:f7a8:8050::/48
IP-CIDR6,2c0f:f7a8:805f::/48

View File

@@ -1,7 +1,7 @@
#########################################
# Sukka's Ruleset - Reject Domains
# Last Updated: 2025-04-19T13:02:04.171Z
# Size: 257
# Last Updated: 2025-04-20T11:14:23.417Z
# Size: 256
# License: AGPL 3.0
# Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge
@@ -56,7 +56,6 @@ DOMAIN-SUFFIX,newzgames.com
DOMAIN-SUFFIX,brightvpn.com
DOMAIN,httpdns.bilivideo.com
DOMAIN-SUFFIX,amplitude.com
DOMAIN-SUFFIX,amazonaws.com
DOMAIN-SUFFIX,taxility.com
DOMAIN-SUFFIX,proxyway.com
DOMAIN,api-js.mixpanel.com

View File

@@ -1,5 +1,5 @@
#!name=[Sukka] Always Real IP Plus
#!desc=Last Updated: 2025-04-19T15:10:22.926Z
#!desc=Last Updated: 2025-04-20T11:14:23.073Z
[General]
always-real-ip = %APPEND% dns.msftncsi.com, *.srv.nintendo.net, *.stun.playstation.net, xbox.*.microsoft.com, *.xboxlive.com, *.turn.twilio.com, *.stun.twilio.com, stun.syncthing.net, stun.*, *.sslip.io, *.nip.io

View File

@@ -1,5 +1,5 @@
#!name=[Sukka] Local DNS Mapping
#!desc=Last Updated: 2025-04-19T15:10:23.407Z
#!desc=Last Updated: 2025-04-20T11:14:23.490Z
[Host]
dns.alidns.com = 223.5.5.5, 223.6.6.6, 2400:3200:baba::1, 2400:3200::1

View File

@@ -1,5 +1,5 @@
#!name=[Sukka] URL Redirect
#!desc=Last Updated: 2025-04-19T15:10:22.925Z Size: 127
#!desc=Last Updated: 2025-04-20T11:14:23.072Z Size: 127
[MITM]
hostname = %APPEND% gravatar.neworld.org, cdn.v2ex.com, cdnjs.loli.net, fonts.loli.net, gstatic.loli.net, themes.loli.net, ajax.loli.net, gravatar.loli.net, gapis.geekzu.org, fonts.geekzu.org, sdn.geekzu.org, seccdn.libravatar.org, github.moeyy.xyz, use.sevencdn.com, raw.gitmirror.com, gist.gitmirror.com, raw.githubusercontents.com, gist.githubusercontents.com, cdn.gitmirror.com, raw.fastgit.org, fastly.jsdelivr.net, gcore.jsdelivr.net, testingcf.jsdelivr.net, cdn.jsdmirror.com, cdn.jsdmirror.cn, jsd.onmicrosoft.cn, npm.onmicrosoft.cn, cdnjs.onmicrosoft.cn, raw.kgithub.com, raw.kkgithub.com, cdn.iocdn.cc, googlefonts.admincdn.com, googleajax.admincdn.com, cdnjs.admincdn.com, polyfill.io, polyfill.top, polyfill-js.cn, cdn.polyfill.io, fastly-polyfill.io, fastly-polyfill.net, cdn.bootcss.com, cdn.bootcdn.net, cdn.staticfile.net, cdn.staticfile.org, unpkg.com, pics.javbus.com, ign.xn--fiqs8s, *.ign.xn--fiqs8s, abbyychina.com, *.abbyychina.com, bartender.cc, *.bartender.cc, betterzip.net, *.betterzip.net, beyondcompare.cc, *.beyondcompare.cc, bingdianhuanyuan.cn, *.bingdianhuanyuan.cn, chemdraw.com.cn, *.chemdraw.com.cn, codesoftchina.com, *.codesoftchina.com, coreldrawchina.com, *.coreldrawchina.com, crossoverchina.com, *.crossoverchina.com, easyrecoverychina.com, *.easyrecoverychina.com, ediuschina.com, *.ediuschina.com, flstudiochina.com, *.flstudiochina.com, formysql.com, *.formysql.com, guitarpro.cc, *.guitarpro.cc, huishenghuiying.com.cn, *.huishenghuiying.com.cn, iconworkshop.cn, *.iconworkshop.cn, imindmap.cc, *.imindmap.cc, jihehuaban.com.cn, *.jihehuaban.com.cn, keyshot.cc, *.keyshot.cc, mathtype.cn, *.mathtype.cn, mindmanager.cc, *.mindmanager.cc, mindmapper.cc, *.mindmapper.cc, mycleanmymac.com, *.mycleanmymac.com, nicelabel.cc, *.nicelabel.cc, ntfsformac.cc, *.ntfsformac.cc, ntfsformac.cn, *.ntfsformac.cn, overturechina.com, *.overturechina.com, passwordrecovery.cn, *.passwordrecovery.cn, pdfexpert.cc, *.pdfexpert.cc, ultraiso.net, *.ultraiso.net, vegaschina.cn, *.vegaschina.cn, xmindchina.net, *.xmindchina.net, xshellcn.com, *.xshellcn.com, yuanchengxiezuo.com, *.yuanchengxiezuo.com, zbrushcn.com, *.zbrushcn.com, google.cn, www.google.cn, g.cn, ditu.google.cn, maps.google.cn, www.g.cn, acg.tv, minecraft.fandom.com, missav.com

View File

@@ -29,7 +29,7 @@
<p>
Made by <a href="https://skk.moe">Sukka</a> | <a href="https://github.com/SukkaW/Surge/">Source @ GitHub</a> | Licensed under <a href="/LICENSE" target="_blank">AGPL-3.0</a>
</p>
<p>Last Build: 2025-04-19T15:10:32.633Z</p>
<p>Last Build: 2025-04-20T11:14:33.982Z</p>
<br>
<ul class="directory-list">

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -763,6 +763,7 @@
"101.40.0.0/16",
"101.42.0.0/15",
"101.49.206.0/23",
"101.49.208.0/24",
"101.49.212.0/24",
"101.50.8.0/21",
"101.50.56.0/22",

View File

@@ -466,6 +466,7 @@
"2406:840:e14f::/48",
"2406:840:e201::/48",
"2406:840:e230::/44",
"2406:840:e260::/44",
"2406:840:e500::/47",
"2406:840:e600::/47",
"2406:840:e602::/48",
@@ -503,8 +504,7 @@
"2406:840:fc10::/44",
"2406:840:fc20::/43",
"2406:840:fc40::/42",
"2406:840:fc90::/44",
"2406:840:fca0::/43",
"2406:840:fc80::/42",
"2406:840:fcc0::/44",
"2406:840:fcd0::/48",
"2406:840:fd40::/42",
@@ -1224,6 +1224,7 @@
"2602:f9ba:a8::/48",
"2602:f9ba:10c::/48",
"2602:fd92:801::/48",
"2602:fd92:cc0::/44",
"2602:fed2:731d::/48",
"2602:feda:182::/47",
"2602:feda:1bf::/48",
@@ -1320,6 +1321,7 @@
"2a0c:9a46:800::/43",
"2a0c:b641:571::/48",
"2a0c:b641:d40::/44",
"2a0e:8f02:2182::/47",
"2a0e:8f02:f067::/48",
"2a0e:97c0:550::/44",
"2a0e:97c0:83f::/48",
@@ -1394,10 +1396,13 @@
"2a0f:7804:f9f0::/44",
"2a0f:7807::/32",
"2a0f:7d07::/32",
"2a0f:85c1:816::/48",
"2a0f:85c1:b3a::/48",
"2a0f:85c1:ba5::/48",
"2a0f:85c1:bba::/48",
"2a0f:85c1:bfe::/48",
"2a0f:9400:6110::/48",
"2a0f:9400:6163::/48",
"2a0f:9400:7700::/48",
"2a0f:ac00::/29",
"2a10:2f00:15a::/48",
@@ -1452,13 +1457,17 @@
"2a14:7580:9604::/47",
"2a14:7580:d000::/37",
"2a14:7580:d800::/39",
"2a14:7580:e200::/40",
"2a14:7580:fa00::/40",
"2a14:7580:fe00::/40",
"2a14:7581:b20::/48",
"2a14:7581:b30::/48",
"2a14:7581:b40::/48",
"2a14:7581:b50::/48",
"2a14:7581:bbb::/48",
"2a14:7581:9010::/44",
"2a14:7584::/36",
"2a14:7584:9000::/36",
"2c0f:f7a8:8011::/48",
"2c0f:f7a8:8050::/48",
"2c0f:f7a8:805f::/48",

View File

@@ -95,7 +95,6 @@
"newzgames.com",
"brightvpn.com",
"amplitude.com",
"amazonaws.com",
"taxility.com",
"proxyway.com",
"lum-bext.com",