mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-20 10:53:45 +00:00
deploy: ee5ddf1bda
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
#########################################
|
||||
# Sukka's Ruleset - Mainland China IPv4 CIDR
|
||||
# Last Updated: 2025-04-05T15:08:08.668Z
|
||||
# Last Updated: 2025-04-06T07:40:00.675Z
|
||||
# Size: 4158
|
||||
# License: CC BY-SA 2.0
|
||||
# Homepage: https://ruleset.skk.moe
|
||||
@@ -151,7 +151,7 @@
|
||||
38.71.124.0/24
|
||||
38.71.126.0/23
|
||||
38.77.248.0/24
|
||||
38.95.118.0/23
|
||||
38.95.119.0/24
|
||||
38.95.121.0/24
|
||||
38.95.122.0/23
|
||||
38.95.124.0/22
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#########################################
|
||||
# Sukka's Ruleset - Mainland China IPv6 CIDR
|
||||
# Last Updated: 2025-04-05T12:37:58.641Z
|
||||
# Size: 1458
|
||||
# Last Updated: 2025-04-06T07:40:00.676Z
|
||||
# Size: 1460
|
||||
# License: CC BY-SA 2.0
|
||||
# Homepage: https://ruleset.skk.moe
|
||||
# GitHub: https://github.com/SukkaW/Surge
|
||||
@@ -203,6 +203,7 @@
|
||||
2401:de00::/32
|
||||
2401:ec00::/32
|
||||
2401:f860::/44
|
||||
2401:f860:86::/47
|
||||
2401:f860:88::/47
|
||||
2401:f860:100::/40
|
||||
2401:fa00:40::/43
|
||||
@@ -455,6 +456,7 @@
|
||||
2406:840:e03f::/48
|
||||
2406:840:e080::/44
|
||||
2406:840:e0cf::/48
|
||||
2406:840:e0e1::/48
|
||||
2406:840:e0e2::/48
|
||||
2406:840:e0e5::/48
|
||||
2406:840:e0e8::/48
|
||||
@@ -526,7 +528,7 @@
|
||||
2406:840:fedb::/48
|
||||
2406:840:fedc::/48
|
||||
2406:840:fedf::/48
|
||||
2406:840:fef0::/47
|
||||
2406:840:fef0::/48
|
||||
2406:840:fef3::/48
|
||||
2406:840:fef4::/48
|
||||
2406:840:fef6::/47
|
||||
@@ -1215,7 +1217,6 @@
|
||||
2602:f7ee:ee::/48
|
||||
2602:f9ba:a8::/48
|
||||
2602:f9ba:10c::/48
|
||||
2602:fa4f:600::/40
|
||||
2602:fd92:801::/48
|
||||
2602:fd92:cc0::/44
|
||||
2602:fed2:731d::/48
|
||||
@@ -1344,6 +1345,7 @@
|
||||
2a0e:aa07:e21c::/47
|
||||
2a0e:aa07:e220::/44
|
||||
2a0e:aa07:ec10::/44
|
||||
2a0e:aa07:f0d1::/48
|
||||
2a0e:aa07:f0d2::/48
|
||||
2a0e:aa07:f0d5::/48
|
||||
2a0e:aa07:f0d8::/48
|
||||
@@ -1435,7 +1437,7 @@
|
||||
2a14:67c1:a02f::/48
|
||||
2a14:67c1:b066::/47
|
||||
2a14:67c1:b100::/46
|
||||
2a14:67c5:1000::/36
|
||||
2a14:67c5:1000::/39
|
||||
2a14:7580:9202::/47
|
||||
2a14:7580:9204::/46
|
||||
2a14:7580:9400::/39
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#########################################
|
||||
# Sukka's Ruleset - General Global Services
|
||||
# Last Updated: 2025-04-05T15:43:01.029Z
|
||||
# Size: 829
|
||||
# Last Updated: 2025-04-06T07:39:59.394Z
|
||||
# Size: 831
|
||||
# License: AGPL 3.0
|
||||
# Homepage: https://ruleset.skk.moe
|
||||
# GitHub: https://github.com/SukkaW/Surge
|
||||
@@ -494,6 +494,8 @@ DOMAIN-SUFFIX,9to5mac.com
|
||||
DOMAIN-SUFFIX,4shared.com
|
||||
DOMAIN-SUFFIX,yandex.com
|
||||
DOMAIN,sgminorshort.wechat.com
|
||||
DOMAIN,sgshort.wechat.com
|
||||
DOMAIN,sglong.wechat.com
|
||||
DOMAIN-SUFFIX,vmware.com
|
||||
DOMAIN-SUFFIX,vikacg.com
|
||||
DOMAIN-SUFFIX,vercel.com
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
// # Build 2025-04-05T15:43:01.900Z
|
||||
// # Build 2025-04-06T07:40:00.717Z
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
@@ -1987,6 +1987,8 @@ $_ENV['Clash_Group_Config'] = [
|
||||
'DOMAIN-SUFFIX,4shared.com,Global',
|
||||
'DOMAIN-SUFFIX,yandex.com,Global',
|
||||
'DOMAIN,sgminorshort.wechat.com,Global',
|
||||
'DOMAIN,sgshort.wechat.com,Global',
|
||||
'DOMAIN,sglong.wechat.com,Global',
|
||||
'DOMAIN-SUFFIX,vmware.com,Global',
|
||||
'DOMAIN-SUFFIX,vikacg.com,Global',
|
||||
'DOMAIN-SUFFIX,vercel.com,Global',
|
||||
@@ -2723,7 +2725,7 @@ $_ENV['Clash_Group_Config'] = [
|
||||
'IP-CIDR,38.71.124.0/24,Domestic',
|
||||
'IP-CIDR,38.71.126.0/23,Domestic',
|
||||
'IP-CIDR,38.77.248.0/24,Domestic',
|
||||
'IP-CIDR,38.95.118.0/23,Domestic',
|
||||
'IP-CIDR,38.95.119.0/24,Domestic',
|
||||
'IP-CIDR,38.95.121.0/24,Domestic',
|
||||
'IP-CIDR,38.95.122.0/23,Domestic',
|
||||
'IP-CIDR,38.95.124.0/22,Domestic',
|
||||
@@ -6933,6 +6935,7 @@ $_ENV['Clash_Group_Config'] = [
|
||||
'IP-CIDR6,2401:de00::/32,Domestic',
|
||||
'IP-CIDR6,2401:ec00::/32,Domestic',
|
||||
'IP-CIDR6,2401:f860::/44,Domestic',
|
||||
'IP-CIDR6,2401:f860:86::/47,Domestic',
|
||||
'IP-CIDR6,2401:f860:88::/47,Domestic',
|
||||
'IP-CIDR6,2401:f860:100::/40,Domestic',
|
||||
'IP-CIDR6,2401:fa00:40::/43,Domestic',
|
||||
@@ -7185,6 +7188,7 @@ $_ENV['Clash_Group_Config'] = [
|
||||
'IP-CIDR6,2406:840:e03f::/48,Domestic',
|
||||
'IP-CIDR6,2406:840:e080::/44,Domestic',
|
||||
'IP-CIDR6,2406:840:e0cf::/48,Domestic',
|
||||
'IP-CIDR6,2406:840:e0e1::/48,Domestic',
|
||||
'IP-CIDR6,2406:840:e0e2::/48,Domestic',
|
||||
'IP-CIDR6,2406:840:e0e5::/48,Domestic',
|
||||
'IP-CIDR6,2406:840:e0e8::/48,Domestic',
|
||||
@@ -7256,7 +7260,7 @@ $_ENV['Clash_Group_Config'] = [
|
||||
'IP-CIDR6,2406:840:fedb::/48,Domestic',
|
||||
'IP-CIDR6,2406:840:fedc::/48,Domestic',
|
||||
'IP-CIDR6,2406:840:fedf::/48,Domestic',
|
||||
'IP-CIDR6,2406:840:fef0::/47,Domestic',
|
||||
'IP-CIDR6,2406:840:fef0::/48,Domestic',
|
||||
'IP-CIDR6,2406:840:fef3::/48,Domestic',
|
||||
'IP-CIDR6,2406:840:fef4::/48,Domestic',
|
||||
'IP-CIDR6,2406:840:fef6::/47,Domestic',
|
||||
@@ -7945,7 +7949,6 @@ $_ENV['Clash_Group_Config'] = [
|
||||
'IP-CIDR6,2602:f7ee:ee::/48,Domestic',
|
||||
'IP-CIDR6,2602:f9ba:a8::/48,Domestic',
|
||||
'IP-CIDR6,2602:f9ba:10c::/48,Domestic',
|
||||
'IP-CIDR6,2602:fa4f:600::/40,Domestic',
|
||||
'IP-CIDR6,2602:fd92:801::/48,Domestic',
|
||||
'IP-CIDR6,2602:fd92:cc0::/44,Domestic',
|
||||
'IP-CIDR6,2602:fed2:731d::/48,Domestic',
|
||||
@@ -8074,6 +8077,7 @@ $_ENV['Clash_Group_Config'] = [
|
||||
'IP-CIDR6,2a0e:aa07:e21c::/47,Domestic',
|
||||
'IP-CIDR6,2a0e:aa07:e220::/44,Domestic',
|
||||
'IP-CIDR6,2a0e:aa07:ec10::/44,Domestic',
|
||||
'IP-CIDR6,2a0e:aa07:f0d1::/48,Domestic',
|
||||
'IP-CIDR6,2a0e:aa07:f0d2::/48,Domestic',
|
||||
'IP-CIDR6,2a0e:aa07:f0d5::/48,Domestic',
|
||||
'IP-CIDR6,2a0e:aa07:f0d8::/48,Domestic',
|
||||
@@ -8165,7 +8169,7 @@ $_ENV['Clash_Group_Config'] = [
|
||||
'IP-CIDR6,2a14:67c1:a02f::/48,Domestic',
|
||||
'IP-CIDR6,2a14:67c1:b066::/47,Domestic',
|
||||
'IP-CIDR6,2a14:67c1:b100::/46,Domestic',
|
||||
'IP-CIDR6,2a14:67c5:1000::/36,Domestic',
|
||||
'IP-CIDR6,2a14:67c5:1000::/39,Domestic',
|
||||
'IP-CIDR6,2a14:7580:9202::/47,Domestic',
|
||||
'IP-CIDR6,2a14:7580:9204::/46,Domestic',
|
||||
'IP-CIDR6,2a14:7580:9400::/39,Domestic',
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -492,6 +492,7 @@
|
||||
38.95.96.0/20
|
||||
38.95.112.0/22
|
||||
38.95.116.0/23
|
||||
38.95.118.0/24
|
||||
38.95.120.0/24
|
||||
38.95.128.0/17
|
||||
38.96.0.0/14
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
#########################################
|
||||
# Sukka's Ruleset - Mainland China IPv4 CIDR
|
||||
# Last Updated: 2025-04-05T15:08:08.668Z
|
||||
# Last Updated: 2025-04-06T07:40:00.675Z
|
||||
# Size: 4159
|
||||
# License: CC BY-SA 2.0
|
||||
# Homepage: https://ruleset.skk.moe
|
||||
@@ -152,7 +152,7 @@ IP-CIDR,38.55.135.0/24
|
||||
IP-CIDR,38.71.124.0/24
|
||||
IP-CIDR,38.71.126.0/23
|
||||
IP-CIDR,38.77.248.0/24
|
||||
IP-CIDR,38.95.118.0/23
|
||||
IP-CIDR,38.95.119.0/24
|
||||
IP-CIDR,38.95.121.0/24
|
||||
IP-CIDR,38.95.122.0/23
|
||||
IP-CIDR,38.95.124.0/22
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#########################################
|
||||
# Sukka's Ruleset - Mainland China IPv6 CIDR
|
||||
# Last Updated: 2025-04-05T12:37:58.641Z
|
||||
# Size: 1459
|
||||
# Last Updated: 2025-04-06T07:40:00.676Z
|
||||
# Size: 1461
|
||||
# License: CC BY-SA 2.0
|
||||
# Homepage: https://ruleset.skk.moe
|
||||
# GitHub: https://github.com/SukkaW/Surge
|
||||
@@ -204,6 +204,7 @@ IP-CIDR6,2401:d920::/48
|
||||
IP-CIDR6,2401:de00::/32
|
||||
IP-CIDR6,2401:ec00::/32
|
||||
IP-CIDR6,2401:f860::/44
|
||||
IP-CIDR6,2401:f860:86::/47
|
||||
IP-CIDR6,2401:f860:88::/47
|
||||
IP-CIDR6,2401:f860:100::/40
|
||||
IP-CIDR6,2401:fa00:40::/43
|
||||
@@ -456,6 +457,7 @@ IP-CIDR6,2406:840:e033::/48
|
||||
IP-CIDR6,2406:840:e03f::/48
|
||||
IP-CIDR6,2406:840:e080::/44
|
||||
IP-CIDR6,2406:840:e0cf::/48
|
||||
IP-CIDR6,2406:840:e0e1::/48
|
||||
IP-CIDR6,2406:840:e0e2::/48
|
||||
IP-CIDR6,2406:840:e0e5::/48
|
||||
IP-CIDR6,2406:840:e0e8::/48
|
||||
@@ -527,7 +529,7 @@ IP-CIDR6,2406:840:fed8::/48
|
||||
IP-CIDR6,2406:840:fedb::/48
|
||||
IP-CIDR6,2406:840:fedc::/48
|
||||
IP-CIDR6,2406:840:fedf::/48
|
||||
IP-CIDR6,2406:840:fef0::/47
|
||||
IP-CIDR6,2406:840:fef0::/48
|
||||
IP-CIDR6,2406:840:fef3::/48
|
||||
IP-CIDR6,2406:840:fef4::/48
|
||||
IP-CIDR6,2406:840:fef6::/47
|
||||
@@ -1216,7 +1218,6 @@ IP-CIDR6,2602:2e0:ff::/48
|
||||
IP-CIDR6,2602:f7ee:ee::/48
|
||||
IP-CIDR6,2602:f9ba:a8::/48
|
||||
IP-CIDR6,2602:f9ba:10c::/48
|
||||
IP-CIDR6,2602:fa4f:600::/40
|
||||
IP-CIDR6,2602:fd92:801::/48
|
||||
IP-CIDR6,2602:fd92:cc0::/44
|
||||
IP-CIDR6,2602:fed2:731d::/48
|
||||
@@ -1345,6 +1346,7 @@ IP-CIDR6,2a0e:aa07:e210::/48
|
||||
IP-CIDR6,2a0e:aa07:e21c::/47
|
||||
IP-CIDR6,2a0e:aa07:e220::/44
|
||||
IP-CIDR6,2a0e:aa07:ec10::/44
|
||||
IP-CIDR6,2a0e:aa07:f0d1::/48
|
||||
IP-CIDR6,2a0e:aa07:f0d2::/48
|
||||
IP-CIDR6,2a0e:aa07:f0d5::/48
|
||||
IP-CIDR6,2a0e:aa07:f0d8::/48
|
||||
@@ -1436,7 +1438,7 @@ IP-CIDR6,2a14:67c1:a02a::/48
|
||||
IP-CIDR6,2a14:67c1:a02f::/48
|
||||
IP-CIDR6,2a14:67c1:b066::/47
|
||||
IP-CIDR6,2a14:67c1:b100::/46
|
||||
IP-CIDR6,2a14:67c5:1000::/36
|
||||
IP-CIDR6,2a14:67c5:1000::/39
|
||||
IP-CIDR6,2a14:7580:9202::/47
|
||||
IP-CIDR6,2a14:7580:9204::/46
|
||||
IP-CIDR6,2a14:7580:9400::/39
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#########################################
|
||||
# Sukka's Ruleset - General Global Services
|
||||
# Last Updated: 2025-04-05T15:43:01.029Z
|
||||
# Size: 830
|
||||
# Last Updated: 2025-04-06T07:39:59.394Z
|
||||
# Size: 832
|
||||
# License: AGPL 3.0
|
||||
# Homepage: https://ruleset.skk.moe
|
||||
# GitHub: https://github.com/SukkaW/Surge
|
||||
@@ -494,6 +494,8 @@ DOMAIN-SUFFIX,9to5mac.com
|
||||
DOMAIN-SUFFIX,4shared.com
|
||||
DOMAIN-SUFFIX,yandex.com
|
||||
DOMAIN,sgminorshort.wechat.com
|
||||
DOMAIN,sgshort.wechat.com
|
||||
DOMAIN,sglong.wechat.com
|
||||
DOMAIN-SUFFIX,vmware.com
|
||||
DOMAIN-SUFFIX,vikacg.com
|
||||
DOMAIN-SUFFIX,vercel.com
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!name=[Sukka] Always Real IP Plus
|
||||
#!desc=Last Updated: 2025-04-05T15:43:00.686Z
|
||||
#!desc=Last Updated: 2025-04-06T07:39:59.086Z
|
||||
|
||||
[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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!name=[Sukka] Local DNS Mapping
|
||||
#!desc=Last Updated: 2025-04-05T15:43:01.151Z
|
||||
#!desc=Last Updated: 2025-04-06T07:39:59.461Z
|
||||
|
||||
[Host]
|
||||
dns.alidns.com = 223.5.5.5, 223.6.6.6, 2400:3200:baba::1, 2400:3200::1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!name=[Sukka] URL Redirect
|
||||
#!desc=Last Updated: 2025-04-05T15:43:00.682Z Size: 127
|
||||
#!desc=Last Updated: 2025-04-06T07:39:59.084Z 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
|
||||
|
||||
@@ -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-05T15:43:11.196Z</p>
|
||||
<p>Last Build: 2025-04-06T07:40:10.206Z</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
@@ -149,7 +149,7 @@
|
||||
"38.71.124.0/24",
|
||||
"38.71.126.0/23",
|
||||
"38.77.248.0/24",
|
||||
"38.95.118.0/23",
|
||||
"38.95.119.0/24",
|
||||
"38.95.121.0/24",
|
||||
"38.95.122.0/23",
|
||||
"38.95.124.0/22",
|
||||
|
||||
@@ -201,6 +201,7 @@
|
||||
"2401:de00::/32",
|
||||
"2401:ec00::/32",
|
||||
"2401:f860::/44",
|
||||
"2401:f860:86::/47",
|
||||
"2401:f860:88::/47",
|
||||
"2401:f860:100::/40",
|
||||
"2401:fa00:40::/43",
|
||||
@@ -453,6 +454,7 @@
|
||||
"2406:840:e03f::/48",
|
||||
"2406:840:e080::/44",
|
||||
"2406:840:e0cf::/48",
|
||||
"2406:840:e0e1::/48",
|
||||
"2406:840:e0e2::/48",
|
||||
"2406:840:e0e5::/48",
|
||||
"2406:840:e0e8::/48",
|
||||
@@ -524,7 +526,7 @@
|
||||
"2406:840:fedb::/48",
|
||||
"2406:840:fedc::/48",
|
||||
"2406:840:fedf::/48",
|
||||
"2406:840:fef0::/47",
|
||||
"2406:840:fef0::/48",
|
||||
"2406:840:fef3::/48",
|
||||
"2406:840:fef4::/48",
|
||||
"2406:840:fef6::/47",
|
||||
@@ -1213,7 +1215,6 @@
|
||||
"2602:f7ee:ee::/48",
|
||||
"2602:f9ba:a8::/48",
|
||||
"2602:f9ba:10c::/48",
|
||||
"2602:fa4f:600::/40",
|
||||
"2602:fd92:801::/48",
|
||||
"2602:fd92:cc0::/44",
|
||||
"2602:fed2:731d::/48",
|
||||
@@ -1342,6 +1343,7 @@
|
||||
"2a0e:aa07:e21c::/47",
|
||||
"2a0e:aa07:e220::/44",
|
||||
"2a0e:aa07:ec10::/44",
|
||||
"2a0e:aa07:f0d1::/48",
|
||||
"2a0e:aa07:f0d2::/48",
|
||||
"2a0e:aa07:f0d5::/48",
|
||||
"2a0e:aa07:f0d8::/48",
|
||||
@@ -1433,7 +1435,7 @@
|
||||
"2a14:67c1:a02f::/48",
|
||||
"2a14:67c1:b066::/47",
|
||||
"2a14:67c1:b100::/46",
|
||||
"2a14:67c5:1000::/36",
|
||||
"2a14:67c5:1000::/39",
|
||||
"2a14:7580:9202::/47",
|
||||
"2a14:7580:9204::/46",
|
||||
"2a14:7580:9400::/39",
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
"media.steampowered.com",
|
||||
"ees.elsevier.com",
|
||||
"sgminorshort.wechat.com",
|
||||
"sgshort.wechat.com",
|
||||
"sglong.wechat.com",
|
||||
"ccmdl.adobe.com",
|
||||
"help.ubnt.com",
|
||||
"wego.here.com",
|
||||
|
||||
Reference in New Issue
Block a user