mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-18 17:54:26 +00:00
deploy: 8b6f9782f2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#########################################
|
||||
# Sukka's Ruleset - CDN Domains
|
||||
# Last Updated: 2024-10-12T03:07:28.870Z
|
||||
# Size: 2478
|
||||
# Last Updated: 2024-10-12T05:31:37.568Z
|
||||
# Size: 2480
|
||||
# License: AGPL 3.0
|
||||
# Homepage: https://ruleset.skk.moe
|
||||
# GitHub: https://github.com/SukkaW/Surge
|
||||
@@ -759,6 +759,7 @@ static.corp.google.com
|
||||
+.usercontent.google.com
|
||||
safebrowsing.google.com
|
||||
+.crashlytics2.l.google.com
|
||||
+.ogads-pa.clients6.google.com
|
||||
android-safebrowsing.google.com
|
||||
repo.gradle.org
|
||||
plugins-artifacts.gradle.org
|
||||
@@ -1892,11 +1893,12 @@ ajax.googleapis.com
|
||||
chart.googleapis.com
|
||||
fonts.googleapis.com
|
||||
+.storage.googleapis.com
|
||||
+.ogads-pa.googleapis.com
|
||||
+.firestore.googleapis.com
|
||||
safebrowsing.googleapis.com
|
||||
firebaselogging.googleapis.com
|
||||
+.firebasestorage.googleapis.com
|
||||
clientmetrics-pa.googleapis.com
|
||||
+.clientmetrics-pa.googleapis.com
|
||||
firebaselogging-pa.googleapis.com
|
||||
optimizationguide-pa.googleapis.com
|
||||
+.crashlyticsreports-pa.googleapis.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#########################################
|
||||
# Sukka's Ruleset - Mainland China IPv4 CIDR
|
||||
# Last Updated: 2024-10-12T03:07:28.414Z
|
||||
# Size: 3767
|
||||
# Last Updated: 2024-10-12T05:31:37.140Z
|
||||
# Size: 3769
|
||||
# License: CC BY-SA 2.0
|
||||
# Homepage: https://ruleset.skk.moe
|
||||
# GitHub: https://github.com/SukkaW/Surge
|
||||
@@ -1766,6 +1766,7 @@
|
||||
116.85.0.0/22
|
||||
116.85.13.0/24
|
||||
116.85.14.0/23
|
||||
116.85.16.0/22
|
||||
116.85.64.0/20
|
||||
116.85.240.0/20
|
||||
116.90.80.0/20
|
||||
@@ -3320,6 +3321,7 @@
|
||||
211.144.16.0/24
|
||||
211.144.18.0/23
|
||||
211.144.20.0/24
|
||||
211.144.22.0/24
|
||||
211.144.24.0/24
|
||||
211.144.27.0/24
|
||||
211.144.28.0/23
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
// # Build 2024-10-12T03:20:18.956Z
|
||||
// # Build 2024-10-12T05:31:37.646Z
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
@@ -4123,6 +4123,7 @@ $_ENV['Clash_Group_Config'] = [
|
||||
'IP-CIDR,116.76.0.0/15,Domestic',
|
||||
'IP-CIDR,116.78.0.0/16,Domestic',
|
||||
'IP-CIDR,116.85.0.0/22,Domestic',
|
||||
'IP-CIDR,116.85.16.0/22,Domestic',
|
||||
'IP-CIDR,116.85.14.0/23,Domestic',
|
||||
'IP-CIDR,116.85.13.0/24,Domestic',
|
||||
'IP-CIDR,116.85.64.0/20,Domestic',
|
||||
@@ -5679,6 +5680,7 @@ $_ENV['Clash_Group_Config'] = [
|
||||
'IP-CIDR,211.144.16.0/24,Domestic',
|
||||
'IP-CIDR,211.144.18.0/23,Domestic',
|
||||
'IP-CIDR,211.144.20.0/24,Domestic',
|
||||
'IP-CIDR,211.144.22.0/24,Domestic',
|
||||
'IP-CIDR,211.144.24.0/24,Domestic',
|
||||
'IP-CIDR,211.144.28.0/23,Domestic',
|
||||
'IP-CIDR,211.144.27.0/24,Domestic',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#########################################
|
||||
# Sukka's Ruleset - CDN Domains
|
||||
# Last Updated: 2024-10-12T03:07:28.870Z
|
||||
# Size: 2478
|
||||
# Last Updated: 2024-10-12T05:31:37.568Z
|
||||
# Size: 2480
|
||||
# License: AGPL 3.0
|
||||
# Homepage: https://ruleset.skk.moe
|
||||
# GitHub: https://github.com/SukkaW/Surge
|
||||
@@ -759,6 +759,7 @@ static.corp.google.com
|
||||
.usercontent.google.com
|
||||
safebrowsing.google.com
|
||||
.crashlytics2.l.google.com
|
||||
.ogads-pa.clients6.google.com
|
||||
android-safebrowsing.google.com
|
||||
repo.gradle.org
|
||||
plugins-artifacts.gradle.org
|
||||
@@ -1892,11 +1893,12 @@ ajax.googleapis.com
|
||||
chart.googleapis.com
|
||||
fonts.googleapis.com
|
||||
.storage.googleapis.com
|
||||
.ogads-pa.googleapis.com
|
||||
.firestore.googleapis.com
|
||||
safebrowsing.googleapis.com
|
||||
firebaselogging.googleapis.com
|
||||
.firebasestorage.googleapis.com
|
||||
clientmetrics-pa.googleapis.com
|
||||
.clientmetrics-pa.googleapis.com
|
||||
firebaselogging-pa.googleapis.com
|
||||
optimizationguide-pa.googleapis.com
|
||||
.crashlyticsreports-pa.googleapis.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#########################################
|
||||
# Sukka's Ruleset - Mainland China IPv4 CIDR
|
||||
# Last Updated: 2024-10-12T03:07:28.414Z
|
||||
# Size: 3768
|
||||
# Last Updated: 2024-10-12T05:31:37.140Z
|
||||
# Size: 3770
|
||||
# License: CC BY-SA 2.0
|
||||
# Homepage: https://ruleset.skk.moe
|
||||
# GitHub: https://github.com/SukkaW/Surge
|
||||
@@ -1765,6 +1765,7 @@ IP-CIDR,116.70.64.0/18
|
||||
IP-CIDR,116.76.0.0/15
|
||||
IP-CIDR,116.78.0.0/16
|
||||
IP-CIDR,116.85.0.0/22
|
||||
IP-CIDR,116.85.16.0/22
|
||||
IP-CIDR,116.85.14.0/23
|
||||
IP-CIDR,116.85.13.0/24
|
||||
IP-CIDR,116.85.64.0/20
|
||||
@@ -3321,6 +3322,7 @@ IP-CIDR,211.144.12.0/22
|
||||
IP-CIDR,211.144.16.0/24
|
||||
IP-CIDR,211.144.18.0/23
|
||||
IP-CIDR,211.144.20.0/24
|
||||
IP-CIDR,211.144.22.0/24
|
||||
IP-CIDR,211.144.24.0/24
|
||||
IP-CIDR,211.144.28.0/23
|
||||
IP-CIDR,211.144.27.0/24
|
||||
|
||||
@@ -1357,7 +1357,6 @@
|
||||
"fonts.googleapis.com",
|
||||
"safebrowsing.googleapis.com",
|
||||
"firebaselogging.googleapis.com",
|
||||
"clientmetrics-pa.googleapis.com",
|
||||
"firebaselogging-pa.googleapis.com",
|
||||
"optimizationguide-pa.googleapis.com",
|
||||
"badges.greenkeeper.io",
|
||||
@@ -1912,6 +1911,7 @@
|
||||
"glbimg.com",
|
||||
"usercontent.google.com",
|
||||
"crashlytics2.l.google.com",
|
||||
"ogads-pa.clients6.google.com",
|
||||
"hbfile.net",
|
||||
"hembed.com",
|
||||
"assets.heroku.com",
|
||||
@@ -2258,8 +2258,10 @@
|
||||
"ebaystatic.com",
|
||||
"filecunhua.top",
|
||||
"storage.googleapis.com",
|
||||
"ogads-pa.googleapis.com",
|
||||
"firestore.googleapis.com",
|
||||
"firebasestorage.googleapis.com",
|
||||
"clientmetrics-pa.googleapis.com",
|
||||
"crashlyticsreports-pa.googleapis.com",
|
||||
"content-storage-upload.googleapis.com",
|
||||
"hs-scripts.com",
|
||||
|
||||
@@ -1762,6 +1762,7 @@
|
||||
"116.85.0.0/22",
|
||||
"116.85.13.0/24",
|
||||
"116.85.14.0/23",
|
||||
"116.85.16.0/22",
|
||||
"116.85.64.0/20",
|
||||
"116.85.240.0/20",
|
||||
"116.90.80.0/20",
|
||||
@@ -3316,6 +3317,7 @@
|
||||
"211.144.16.0/24",
|
||||
"211.144.18.0/23",
|
||||
"211.144.20.0/24",
|
||||
"211.144.22.0/24",
|
||||
"211.144.24.0/24",
|
||||
"211.144.27.0/24",
|
||||
"211.144.28.0/23",
|
||||
|
||||
Reference in New Issue
Block a user