This commit is contained in:
SukkaW
2025-02-28 08:18:19 +00:00
parent 8304ec3eb4
commit 6cc58c9e5d
13 changed files with 210 additions and 130 deletions

View File

@@ -1,6 +1,6 @@
<?php
// # Build 2025-02-28T06:29:27.537Z
// # Build 2025-02-28T08:17:35.278Z
declare(strict_types=1);
@@ -2539,9 +2539,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR,8.136.0.0/13,Domestic',
'IP-CIDR,8.144.0.0/14,Domestic',
'IP-CIDR,8.148.0.0/19,Domestic',
'IP-CIDR,8.148.32.0/22,Domestic',
'IP-CIDR,8.148.36.0/23,Domestic',
'IP-CIDR,8.148.38.0/24,Domestic',
'IP-CIDR,8.148.32.0/21,Domestic',
'IP-CIDR,8.148.43.0/24,Domestic',
'IP-CIDR,8.148.64.0/18,Domestic',
'IP-CIDR,8.148.128.0/17,Domestic',
@@ -2668,6 +2666,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR,38.134.56.0/23,Domestic',
'IP-CIDR,38.147.168.0/23,Domestic',
'IP-CIDR,38.147.174.0/23,Domestic',
'IP-CIDR,38.207.79.0/24,Domestic',
'IP-CIDR,38.207.122.0/23,Domestic',
'IP-CIDR,39.64.0.0/11,Domestic',
'IP-CIDR,39.96.0.0/13,Domestic',
@@ -2964,7 +2963,6 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR,45.127.144.0/21,Domestic',
'IP-CIDR,45.150.236.0/23,Domestic',
'IP-CIDR,45.153.128.0/22,Domestic',
'IP-CIDR,45.199.167.0/24,Domestic',
'IP-CIDR,45.248.8.0/22,Domestic',
'IP-CIDR,45.248.108.0/24,Domestic',
'IP-CIDR,45.249.208.0/23,Domestic',
@@ -3281,6 +3279,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR,93.177.76.0/23,Domestic',
'IP-CIDR,93.183.14.0/24,Domestic',
'IP-CIDR,93.183.18.0/24,Domestic',
'IP-CIDR,93.187.128.0/22,Domestic',
'IP-CIDR,94.191.0.0/17,Domestic',
'IP-CIDR,96.7.136.0/23,Domestic',
'IP-CIDR,98.96.246.0/23,Domestic',
@@ -3673,6 +3672,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR,103.99.178.0/24,Domestic',
'IP-CIDR,103.100.64.0/22,Domestic',
'IP-CIDR,103.100.158.0/23,Domestic',
'IP-CIDR,103.100.170.0/24,Domestic',
'IP-CIDR,103.101.124.0/23,Domestic',
'IP-CIDR,103.101.180.0/22,Domestic',
'IP-CIDR,103.102.196.0/24,Domestic',
@@ -3801,8 +3801,10 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR,103.162.10.0/23,Domestic',
'IP-CIDR,103.163.46.0/23,Domestic',
'IP-CIDR,103.163.180.0/24,Domestic',
'IP-CIDR,103.163.208.0/24,Domestic',
'IP-CIDR,103.164.32.0/23,Domestic',
'IP-CIDR,103.164.76.0/23,Domestic',
'IP-CIDR,103.165.81.0/24,Domestic',
'IP-CIDR,103.165.110.0/23,Domestic',
'IP-CIDR,103.166.52.0/23,Domestic',
'IP-CIDR,103.169.50.0/23,Domestic',
@@ -3810,6 +3812,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR,103.170.4.0/23,Domestic',
'IP-CIDR,103.170.212.0/23,Domestic',
'IP-CIDR,103.174.94.0/23,Domestic',
'IP-CIDR,103.176.91.0/24,Domestic',
'IP-CIDR,103.177.80.0/23,Domestic',
'IP-CIDR,103.179.78.0/23,Domestic',
'IP-CIDR,103.181.164.0/23,Domestic',
@@ -3866,6 +3869,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR,103.208.12.0/22,Domestic',
'IP-CIDR,103.208.48.0/22,Domestic',
'IP-CIDR,103.209.112.0/22,Domestic',
'IP-CIDR,103.209.129.0/24,Domestic',
'IP-CIDR,103.209.136.0/22,Domestic',
'IP-CIDR,103.210.160.0/22,Domestic',
'IP-CIDR,103.210.170.0/23,Domestic',
@@ -5365,6 +5369,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR,154.197.232.0/24,Domestic',
'IP-CIDR,154.197.240.0/24,Domestic',
'IP-CIDR,154.197.248.0/24,Domestic',
'IP-CIDR,154.206.128.0/24,Domestic',
'IP-CIDR,155.126.176.0/23,Domestic',
'IP-CIDR,156.0.92.0/22,Domestic',
'IP-CIDR,156.107.160.0/24,Domestic',
@@ -5614,6 +5619,7 @@ $_ENV['Clash_Group_Config'] = [
'IP-CIDR,185.216.116.0/22,Domestic',
'IP-CIDR,185.227.152.0/22,Domestic',
'IP-CIDR,185.232.92.0/23,Domestic',
'IP-CIDR,185.235.167.0/24,Domestic',
'IP-CIDR,185.238.248.0/24,Domestic',
'IP-CIDR,185.238.250.0/24,Domestic',
'IP-CIDR,185.239.84.0/22,Domestic',

View File

@@ -1,5 +1,5 @@
! Title: Sukka's Ruleset - Blocklist for AdGuardHome
! Last modified: Fri, 28 Feb 2025 06:29:35 GMT
! Last modified: Fri, 28 Feb 2025 08:17:42 GMT
! Expires: 6 hours
! License: https://github.com/SukkaW/Surge/blob/master/LICENSE
! Homepage: https://github.com/SukkaW/Surge
@@ -31202,7 +31202,6 @@
||adbd.liuxue86.com^
||list-ads.com^
||lirretsn.com^
||linksprf.com^
||linkmink.com^
||st.linkfire.com^
||analytics.pointdrive.linkedin.com^

View File

@@ -122,7 +122,6 @@
6.0.0.0/7
8.0.0.0/9
8.128.0.0/16
8.148.39.0/24
8.148.40.0/23
8.148.42.0/24
8.148.44.0/22
@@ -650,7 +649,11 @@
38.204.0.0/15
38.206.0.0/16
38.207.0.0/18
38.207.64.0/19
38.207.64.0/21
38.207.72.0/22
38.207.76.0/23
38.207.78.0/24
38.207.80.0/20
38.207.96.0/20
38.207.112.0/21
38.207.120.0/23
@@ -1446,19 +1449,7 @@
45.154.0.0/15
45.156.0.0/14
45.160.0.0/11
45.192.0.0/14
45.196.0.0/15
45.198.0.0/16
45.199.0.0/17
45.199.128.0/19
45.199.160.0/22
45.199.164.0/23
45.199.166.0/24
45.199.168.0/21
45.199.176.0/20
45.199.192.0/18
45.200.0.0/13
45.208.0.0/12
45.192.0.0/11
45.224.0.0/12
45.240.0.0/13
45.248.0.0/21
@@ -2320,7 +2311,15 @@
93.183.32.0/19
93.183.64.0/18
93.183.128.0/17
93.184.0.0/13
93.184.0.0/15
93.186.0.0/16
93.187.0.0/17
93.187.132.0/22
93.187.136.0/21
93.187.144.0/20
93.187.160.0/19
93.187.192.0/18
93.188.0.0/14
93.192.0.0/10
94.0.0.0/9
94.128.0.0/11
@@ -3643,7 +3642,11 @@
103.100.144.0/21
103.100.152.0/22
103.100.156.0/23
103.100.160.0/19
103.100.160.0/21
103.100.168.0/23
103.100.171.0/24
103.100.172.0/22
103.100.176.0/20
103.100.192.0/18
103.101.0.0/18
103.101.64.0/19
@@ -4223,7 +4226,12 @@
103.163.181.0/24
103.163.182.0/23
103.163.184.0/21
103.163.192.0/18
103.163.192.0/20
103.163.209.0/24
103.163.210.0/23
103.163.212.0/22
103.163.216.0/21
103.163.224.0/19
103.164.0.0/19
103.164.34.0/23
103.164.36.0/22
@@ -4236,7 +4244,11 @@
103.164.96.0/19
103.164.128.0/17
103.165.0.0/18
103.165.64.0/19
103.165.64.0/20
103.165.80.0/24
103.165.82.0/23
103.165.84.0/22
103.165.88.0/21
103.165.96.0/21
103.165.104.0/22
103.165.108.0/23
@@ -4281,7 +4293,14 @@
103.174.96.0/19
103.174.128.0/17
103.175.0.0/16
103.176.0.0/16
103.176.0.0/18
103.176.64.0/20
103.176.80.0/21
103.176.88.0/23
103.176.90.0/24
103.176.92.0/22
103.176.96.0/19
103.176.128.0/17
103.177.0.0/18
103.177.64.0/20
103.177.82.0/23
@@ -4513,7 +4532,9 @@
103.209.96.0/20
103.209.116.0/22
103.209.120.0/21
103.209.128.0/21
103.209.128.0/24
103.209.130.0/23
103.209.132.0/22
103.209.140.0/22
103.209.144.0/20
103.209.160.0/19
@@ -7655,7 +7676,17 @@
154.197.250.0/23
154.197.252.0/22
154.198.0.0/15
154.200.0.0/13
154.200.0.0/14
154.204.0.0/15
154.206.0.0/17
154.206.129.0/24
154.206.130.0/23
154.206.132.0/22
154.206.136.0/21
154.206.144.0/20
154.206.160.0/19
154.206.192.0/18
154.207.0.0/16
154.208.0.0/12
154.224.0.0/11
155.0.0.0/10
@@ -8655,7 +8686,15 @@
185.232.96.0/19
185.232.128.0/17
185.233.0.0/16
185.234.0.0/15
185.234.0.0/16
185.235.0.0/17
185.235.128.0/19
185.235.160.0/22
185.235.164.0/23
185.235.166.0/24
185.235.168.0/21
185.235.176.0/20
185.235.192.0/18
185.236.0.0/15
185.238.0.0/17
185.238.128.0/18