This commit is contained in:
SukkaBot
2024-05-18 19:19:43 +00:00
parent c25582b1ca
commit c9a0a75ff8
14 changed files with 2316 additions and 2662 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
######################################### #########################################
# Sukka's Ruleset - Speedtest Domains # Sukka's Ruleset - Speedtest Domains
# Last Updated: 2024-05-18T12:29:21.930Z # Last Updated: 2024-05-18T19:19:41.773Z
# Size: 938 # Size: 940
# License: AGPL 3.0 # License: AGPL 3.0
# Homepage: https://ruleset.skk.moe # Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge # GitHub: https://github.com/SukkaW/Surge
@@ -89,6 +89,7 @@ speedtest.bmcc.com.cn
speedtest.bnsdfw.com speedtest.bnsdfw.com
speedtest.bouwhuis.network speedtest.bouwhuis.network
speedtest.boxbroadband.co.uk speedtest.boxbroadband.co.uk
ookla-london.briantbroadband.com
speedtest.brooketel.coop speedtest.brooketel.coop
speedtest.brsk.co.uk speedtest.brsk.co.uk
spt1.bsnlive.net spt1.bsnlive.net
@@ -124,6 +125,7 @@ speedtest1.claro.cr
speedtest2.cln.net speedtest2.cln.net
lon-hex-speedtest.cloudconnx.net lon-hex-speedtest.cloudconnx.net
+.speed.cloudflare.com +.speed.cloudflare.com
sg.cloudhost.asia
+.speedtest.clouvider.net +.speedtest.clouvider.net
hiztesti.codit.com.tr hiztesti.codit.com.tr
hiztesti-ist.codit.com.tr hiztesti-ist.codit.com.tr

View File

@@ -1,7 +1,7 @@
######################################### #########################################
# Sukka's Ruleset - Domestic Domains # Sukka's Ruleset - Domestic Domains
# Last Updated: 2024-05-12T17:25:41.731Z # Last Updated: 2024-05-18T19:19:36.898Z
# Size: 742 # Size: 744
# License: AGPL 3.0 # License: AGPL 3.0
# Homepage: https://ruleset.skk.moe # Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge # GitHub: https://github.com/SukkaW/Surge
@@ -183,6 +183,7 @@ DOMAIN-SUFFIX,ksmobile.com
DOMAIN-SUFFIX,ks-cdn.com DOMAIN-SUFFIX,ks-cdn.com
DOMAIN-SUFFIX,ksord.com DOMAIN-SUFFIX,ksord.com
DOMAIN-SUFFIX,ksosoft.com DOMAIN-SUFFIX,ksosoft.com
DOMAIN-SUFFIX,jomoxc.com
DOMAIN-SUFFIX,jomodns.com DOMAIN-SUFFIX,jomodns.com
DOMAIN-SUFFIX,jpush.cn DOMAIN-SUFFIX,jpush.cn
DOMAIN-SUFFIX,jb51.net DOMAIN-SUFFIX,jb51.net
@@ -453,6 +454,7 @@ DOMAIN-SUFFIX,dnspod.com
DOMAIN-SUFFIX,dns.pub DOMAIN-SUFFIX,dns.pub
DOMAIN-SUFFIX,dxycdn.com DOMAIN-SUFFIX,dxycdn.com
DOMAIN-SUFFIX,dxy.cn DOMAIN-SUFFIX,dxy.cn
DOMAIN-SUFFIX,duapp.com
DOMAIN-SUFFIX,duokan.com DOMAIN-SUFFIX,duokan.com
DOMAIN-SUFFIX,duba.net DOMAIN-SUFFIX,duba.net
DOMAIN-SUFFIX,dfcfw.com DOMAIN-SUFFIX,dfcfw.com

View File

@@ -1,7 +1,7 @@
######################################### #########################################
# Sukka's Ruleset - General Global Services # Sukka's Ruleset - General Global Services
# Last Updated: 2024-05-17T08:11:56.191Z # Last Updated: 2024-05-18T19:19:37.074Z
# Size: 551 # Size: 550
# License: AGPL 3.0 # License: AGPL 3.0
# Homepage: https://ruleset.skk.moe # Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge # GitHub: https://github.com/SukkaW/Surge
@@ -398,7 +398,6 @@ DOMAIN-SUFFIX,fb.com
DOMAIN-SUFFIX,fastly.net DOMAIN-SUFFIX,fastly.net
DOMAIN-SUFFIX,facebook-hardware.com DOMAIN-SUFFIX,facebook-hardware.com
DOMAIN-SUFFIX,facebook.com DOMAIN-SUFFIX,facebook.com
DOMAIN-SUFFIX,firefox.com
DOMAIN-SUFFIX,firebaseio.com DOMAIN-SUFFIX,firebaseio.com
DOMAIN-SUFFIX,foxnews.com DOMAIN-SUFFIX,foxnews.com
DOMAIN-SUFFIX,forms.gle DOMAIN-SUFFIX,forms.gle

View File

@@ -1,6 +1,6 @@
<?php <?php
// # Build 2024-05-18T12:29:15.439Z // # Build 2024-05-18T19:19:37.295Z
declare(strict_types=1); declare(strict_types=1);
@@ -258,6 +258,7 @@ $_ENV['Clash_Group_Config'] = [
'DOMAIN-SUFFIX,ks-cdn.com,Domestic', 'DOMAIN-SUFFIX,ks-cdn.com,Domestic',
'DOMAIN-SUFFIX,ksord.com,Domestic', 'DOMAIN-SUFFIX,ksord.com,Domestic',
'DOMAIN-SUFFIX,ksosoft.com,Domestic', 'DOMAIN-SUFFIX,ksosoft.com,Domestic',
'DOMAIN-SUFFIX,jomoxc.com,Domestic',
'DOMAIN-SUFFIX,jomodns.com,Domestic', 'DOMAIN-SUFFIX,jomodns.com,Domestic',
'DOMAIN-SUFFIX,jpush.cn,Domestic', 'DOMAIN-SUFFIX,jpush.cn,Domestic',
'DOMAIN-SUFFIX,jb51.net,Domestic', 'DOMAIN-SUFFIX,jb51.net,Domestic',
@@ -528,6 +529,7 @@ $_ENV['Clash_Group_Config'] = [
'DOMAIN-SUFFIX,dns.pub,Domestic', 'DOMAIN-SUFFIX,dns.pub,Domestic',
'DOMAIN-SUFFIX,dxycdn.com,Domestic', 'DOMAIN-SUFFIX,dxycdn.com,Domestic',
'DOMAIN-SUFFIX,dxy.cn,Domestic', 'DOMAIN-SUFFIX,dxy.cn,Domestic',
'DOMAIN-SUFFIX,duapp.com,Domestic',
'DOMAIN-SUFFIX,duokan.com,Domestic', 'DOMAIN-SUFFIX,duokan.com,Domestic',
'DOMAIN-SUFFIX,duba.net,Domestic', 'DOMAIN-SUFFIX,duba.net,Domestic',
'DOMAIN-SUFFIX,dfcfw.com,Domestic', 'DOMAIN-SUFFIX,dfcfw.com,Domestic',
@@ -1901,7 +1903,6 @@ $_ENV['Clash_Group_Config'] = [
'DOMAIN-SUFFIX,fastly.net,Global', 'DOMAIN-SUFFIX,fastly.net,Global',
'DOMAIN-SUFFIX,facebook-hardware.com,Global', 'DOMAIN-SUFFIX,facebook-hardware.com,Global',
'DOMAIN-SUFFIX,facebook.com,Global', 'DOMAIN-SUFFIX,facebook.com,Global',
'DOMAIN-SUFFIX,firefox.com,Global',
'DOMAIN-SUFFIX,firebaseio.com,Global', 'DOMAIN-SUFFIX,firebaseio.com,Global',
'DOMAIN-SUFFIX,foxnews.com,Global', 'DOMAIN-SUFFIX,foxnews.com,Global',
'DOMAIN-SUFFIX,forms.gle,Global', 'DOMAIN-SUFFIX,forms.gle,Global',

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
r2.dev 3552 r2.dev 3530
cloudfront.net 1240 cloudfront.net 1240
jdie.pl 892 jdie.pl 892
mydays.de 488 mydays.de 488
@@ -6,7 +6,7 @@ jdhs.pl
nmdj.pl 256 nmdj.pl 256
dopla.com.pl 204 dopla.com.pl 204
chefs-kitchen.co.uk 197 chefs-kitchen.co.uk 197
hubside.fr 186 hubside.fr 184
solidinterimmanagement.nl 160 solidinterimmanagement.nl 160
unicainstrumentacao.com.br 146 unicainstrumentacao.com.br 146
autotrdes.top 134 autotrdes.top 134
@@ -67,13 +67,13 @@ canpeoplefx.site
cal24.pl 60 cal24.pl 60
miwr.pl 60 miwr.pl 60
prxof.live 60 prxof.live 60
codeanyapp.com 58
order9351.info 58 order9351.info 58
codeanyapp.com 57
taobao.com 57 taobao.com 57
newsbeala.com 56 newsbeala.com 56
sjri.pl 56 sjri.pl 56
bravenet.com 55 bravenet.com 55
sviluppo.host 55 sviluppo.host 54
canmaxiprog.site 53 canmaxiprog.site 53
trdechat.top 53 trdechat.top 53
arturivan.pl 52 arturivan.pl 52
@@ -173,7 +173,6 @@ espmp-aufr.net
inforedan.space 33 inforedan.space 33
kowt.site 33 kowt.site 33
microsoft.com 33 microsoft.com 33
replit.app 33
traidinfomes.space 33 traidinfomes.space 33
trytoku.com 33 trytoku.com 33
vot.pl 33 vot.pl 33
@@ -206,6 +205,7 @@ onlineprograms.xyz
progipro.site 30 progipro.site 30
program-pro2.xyz 30 program-pro2.xyz 30
progrbest.top 30 progrbest.top 30
replit.app 30
tradx.top 30 tradx.top 30
xe1v.lat 30 xe1v.lat 30
djmcy.pl 29 djmcy.pl 29
@@ -392,7 +392,6 @@ att.com
cztessl.live 19 cztessl.live 19
gamemods.com.tr 19 gamemods.com.tr 19
group-telegram.my.id 19 group-telegram.my.id 19
homeunix.org 19
milldrop.xyz 19 milldrop.xyz 19
mlb.com 19 mlb.com 19
netlify.app 19 netlify.app 19
@@ -414,6 +413,7 @@ duums.xyz
fupa.net 18 fupa.net 18
github.io 18 github.io 18
golfballnutz.com 18 golfballnutz.com 18
homeunix.org 18
id-4398.me 18 id-4398.me 18
investtraderxreh.com 18 investtraderxreh.com 18
lexisnexis.com 18 lexisnexis.com 18
@@ -503,7 +503,6 @@ sacors.top
sextracker.be 16 sextracker.be 16
startone.top 16 startone.top 16
supplypoland.company 16 supplypoland.company 16
syri.pl 16
topya.com 16 topya.com 16
trdeone.top 16 trdeone.top 16
waonlineprogram.top 16 waonlineprogram.top 16
@@ -530,7 +529,6 @@ liopah.top
masterch.top 15 masterch.top 15
maxi9blog.xyz 15 maxi9blog.xyz 15
maxipl-system.xyz 15 maxipl-system.xyz 15
miracle-chain.com 15
mlnone.top 15 mlnone.top 15
mmtsa.top 15 mmtsa.top 15
moethennessy.com 15 moethennessy.com 15
@@ -551,6 +549,7 @@ rambler.ru
rdl.pl 15 rdl.pl 15
rewol-ucja-gazowa.com 15 rewol-ucja-gazowa.com 15
runeww1.site 15 runeww1.site 15
syri.pl 15
t-mobile.com 15 t-mobile.com 15
tpced.com 15 tpced.com 15
tradelifeworld.top 15 tradelifeworld.top 15
@@ -599,6 +598,7 @@ lidoks.xyz
martastas.pl 14 martastas.pl 14
mastt.xyz 14 mastt.xyz 14
miliomp.xyz 14 miliomp.xyz 14
miracle-chain.com 14
my-chatprogram.xyz 14 my-chatprogram.xyz 14
njrrs.com 14 njrrs.com 14
onet.pl 14 onet.pl 14

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
######################################### #########################################
# Sukka's Ruleset - Speedtest Domains # Sukka's Ruleset - Speedtest Domains
# Last Updated: 2024-05-18T12:29:21.930Z # Last Updated: 2024-05-18T19:19:41.773Z
# Size: 938 # Size: 940
# License: AGPL 3.0 # License: AGPL 3.0
# Homepage: https://ruleset.skk.moe # Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge # GitHub: https://github.com/SukkaW/Surge
@@ -89,6 +89,7 @@ speedtest.bmcc.com.cn
speedtest.bnsdfw.com speedtest.bnsdfw.com
speedtest.bouwhuis.network speedtest.bouwhuis.network
speedtest.boxbroadband.co.uk speedtest.boxbroadband.co.uk
ookla-london.briantbroadband.com
speedtest.brooketel.coop speedtest.brooketel.coop
speedtest.brsk.co.uk speedtest.brsk.co.uk
spt1.bsnlive.net spt1.bsnlive.net
@@ -124,6 +125,7 @@ speedtest1.claro.cr
speedtest2.cln.net speedtest2.cln.net
lon-hex-speedtest.cloudconnx.net lon-hex-speedtest.cloudconnx.net
.speed.cloudflare.com .speed.cloudflare.com
sg.cloudhost.asia
.speedtest.clouvider.net .speedtest.clouvider.net
hiztesti.codit.com.tr hiztesti.codit.com.tr
hiztesti-ist.codit.com.tr hiztesti-ist.codit.com.tr

View File

@@ -1,6 +1,6 @@
<?php <?php
// # Build 2024-05-18T12:29:15.439Z // # Build 2024-05-18T19:19:37.295Z
declare(strict_types=1); declare(strict_types=1);
@@ -258,6 +258,7 @@ $_ENV['Clash_Group_Config'] = [
'DOMAIN-SUFFIX,ks-cdn.com,Domestic', 'DOMAIN-SUFFIX,ks-cdn.com,Domestic',
'DOMAIN-SUFFIX,ksord.com,Domestic', 'DOMAIN-SUFFIX,ksord.com,Domestic',
'DOMAIN-SUFFIX,ksosoft.com,Domestic', 'DOMAIN-SUFFIX,ksosoft.com,Domestic',
'DOMAIN-SUFFIX,jomoxc.com,Domestic',
'DOMAIN-SUFFIX,jomodns.com,Domestic', 'DOMAIN-SUFFIX,jomodns.com,Domestic',
'DOMAIN-SUFFIX,jpush.cn,Domestic', 'DOMAIN-SUFFIX,jpush.cn,Domestic',
'DOMAIN-SUFFIX,jb51.net,Domestic', 'DOMAIN-SUFFIX,jb51.net,Domestic',
@@ -528,6 +529,7 @@ $_ENV['Clash_Group_Config'] = [
'DOMAIN-SUFFIX,dns.pub,Domestic', 'DOMAIN-SUFFIX,dns.pub,Domestic',
'DOMAIN-SUFFIX,dxycdn.com,Domestic', 'DOMAIN-SUFFIX,dxycdn.com,Domestic',
'DOMAIN-SUFFIX,dxy.cn,Domestic', 'DOMAIN-SUFFIX,dxy.cn,Domestic',
'DOMAIN-SUFFIX,duapp.com,Domestic',
'DOMAIN-SUFFIX,duokan.com,Domestic', 'DOMAIN-SUFFIX,duokan.com,Domestic',
'DOMAIN-SUFFIX,duba.net,Domestic', 'DOMAIN-SUFFIX,duba.net,Domestic',
'DOMAIN-SUFFIX,dfcfw.com,Domestic', 'DOMAIN-SUFFIX,dfcfw.com,Domestic',
@@ -1901,7 +1903,6 @@ $_ENV['Clash_Group_Config'] = [
'DOMAIN-SUFFIX,fastly.net,Global', 'DOMAIN-SUFFIX,fastly.net,Global',
'DOMAIN-SUFFIX,facebook-hardware.com,Global', 'DOMAIN-SUFFIX,facebook-hardware.com,Global',
'DOMAIN-SUFFIX,facebook.com,Global', 'DOMAIN-SUFFIX,facebook.com,Global',
'DOMAIN-SUFFIX,firefox.com,Global',
'DOMAIN-SUFFIX,firebaseio.com,Global', 'DOMAIN-SUFFIX,firebaseio.com,Global',
'DOMAIN-SUFFIX,foxnews.com,Global', 'DOMAIN-SUFFIX,foxnews.com,Global',
'DOMAIN-SUFFIX,forms.gle,Global', 'DOMAIN-SUFFIX,forms.gle,Global',

View File

@@ -1,7 +1,7 @@
######################################### #########################################
# Sukka's Ruleset - Domestic Domains # Sukka's Ruleset - Domestic Domains
# Last Updated: 2024-05-12T17:25:41.731Z # Last Updated: 2024-05-18T19:19:36.898Z
# Size: 754 # Size: 756
# License: AGPL 3.0 # License: AGPL 3.0
# Homepage: https://ruleset.skk.moe # Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge # GitHub: https://github.com/SukkaW/Surge
@@ -720,6 +720,8 @@ DOMAIN-SUFFIX,xiaodutv.com
DOMAIN-SUFFIX,shifen.com DOMAIN-SUFFIX,shifen.com
DOMAIN-SUFFIX,jomodns.com DOMAIN-SUFFIX,jomodns.com
DOMAIN-SUFFIX,bdydns.com DOMAIN-SUFFIX,bdydns.com
DOMAIN-SUFFIX,jomoxc.com
DOMAIN-SUFFIX,duapp.com
DOMAIN-SUFFIX,qhimg.com DOMAIN-SUFFIX,qhimg.com
DOMAIN-SUFFIX,qhimgs0.com DOMAIN-SUFFIX,qhimgs0.com
DOMAIN-SUFFIX,qhimgs1.com DOMAIN-SUFFIX,qhimgs1.com

View File

@@ -1,7 +1,7 @@
######################################### #########################################
# Sukka's Ruleset - General Global Services # Sukka's Ruleset - General Global Services
# Last Updated: 2024-05-17T08:11:56.191Z # Last Updated: 2024-05-18T19:19:37.074Z
# Size: 555 # Size: 554
# License: AGPL 3.0 # License: AGPL 3.0
# Homepage: https://ruleset.skk.moe # Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge # GitHub: https://github.com/SukkaW/Surge
@@ -238,7 +238,6 @@ DOMAIN-SUFFIX,wikawika.xyz
DOMAIN-SUFFIX,scp-wiki.net DOMAIN-SUFFIX,scp-wiki.net
DOMAIN-SUFFIX,scpdb.org DOMAIN-SUFFIX,scpdb.org
DOMAIN-SUFFIX,scpwiki.com DOMAIN-SUFFIX,scpwiki.com
DOMAIN-SUFFIX,firefox.com
DOMAIN-SUFFIX,18comic.vip DOMAIN-SUFFIX,18comic.vip
DOMAIN-SUFFIX,4shared.com DOMAIN-SUFFIX,4shared.com
DOMAIN-SUFFIX,520cc.cc DOMAIN-SUFFIX,520cc.cc

View File

@@ -1,5 +1,5 @@
#!name=[Sukka] Local DNS Mapping #!name=[Sukka] Local DNS Mapping
#!desc=Last Updated: 2024-05-07T18:01:10.819Z #!desc=Last Updated: 2024-05-18T19:19:36.900Z
[Host] [Host]
dns.alidns.com = 223.5.5.5, 223.6.6.6, 2400:3200:baba::1, 2400:3200::1 dns.alidns.com = 223.5.5.5, 223.6.6.6, 2400:3200:baba::1, 2400:3200::1
@@ -420,6 +420,10 @@ jomodns.com = server:180.76.76.76
*.jomodns.com = server:180.76.76.76 *.jomodns.com = server:180.76.76.76
bdydns.com = server:180.76.76.76 bdydns.com = server:180.76.76.76
*.bdydns.com = server:180.76.76.76 *.bdydns.com = server:180.76.76.76
jomoxc.com = server:180.76.76.76
*.jomoxc.com = server:180.76.76.76
duapp.com = server:180.76.76.76
*.duapp.com = server:180.76.76.76
doh.360.cn = 101.198.198.198, 101.198.199.200 doh.360.cn = 101.198.198.198, 101.198.199.200
dot.360.cn = 101.198.198.198, 101.198.199.200 dot.360.cn = 101.198.198.198, 101.198.199.200
dns.360.cn = 101.198.198.198, 101.198.199.200 dns.360.cn = 101.198.198.198, 101.198.199.200

File diff suppressed because one or more lines are too long