sing-rules 2026.422.1819 → 2026.424.900
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/rules/ai.json +12 -0
- package/rules/ai.srs +0 -0
- package/rules/block.json +1256 -0
- package/rules/block.srs +0 -0
- package/rules/geoip-cn.json +30 -2
- package/rules/geoip-cn.srs +0 -0
- package/rules/geosites-cn.json +40 -1110
- package/rules/geosites-cn.srs +0 -0
- package/rules/geosites-not-cn.json +24 -2
- package/rules/geosites-not-cn.srs +0 -0
- package/rules/gfw.json +20 -0
- package/rules/gfw.srs +0 -0
- package/rules/netflix.json +2 -0
package/package.json
CHANGED
package/rules/ai.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"rules": [
|
|
4
4
|
{
|
|
5
5
|
"domain": [
|
|
6
|
+
"agentclientprotocol.com",
|
|
6
7
|
"ai.com",
|
|
7
8
|
"ai.google.dev",
|
|
8
9
|
"aistudio.google.com",
|
|
@@ -39,6 +40,7 @@
|
|
|
39
40
|
"comfyregistry.org",
|
|
40
41
|
"copilot.microsoft.com",
|
|
41
42
|
"coze.com",
|
|
43
|
+
"crewai.com",
|
|
42
44
|
"crixet.com",
|
|
43
45
|
"cursor.com",
|
|
44
46
|
"cursor.sh",
|
|
@@ -75,7 +77,9 @@
|
|
|
75
77
|
"jasper.ai",
|
|
76
78
|
"jetbrains.ai",
|
|
77
79
|
"kiro.dev",
|
|
80
|
+
"langchain.com",
|
|
78
81
|
"liveperson.net",
|
|
82
|
+
"lmstudio.ai",
|
|
79
83
|
"lovart.ai",
|
|
80
84
|
"lpsnmedia.net",
|
|
81
85
|
"manus.im",
|
|
@@ -87,6 +91,7 @@
|
|
|
87
91
|
"o33249.ingest.sentry.io",
|
|
88
92
|
"oaistatic.com",
|
|
89
93
|
"oaiusercontent.com",
|
|
94
|
+
"ollama.com",
|
|
90
95
|
"openai.com",
|
|
91
96
|
"openai.com.cdn.cloudflare.net",
|
|
92
97
|
"openaiapi-site.azureedge.net",
|
|
@@ -102,6 +107,7 @@
|
|
|
102
107
|
"oystermercury.top",
|
|
103
108
|
"perplexity.ai",
|
|
104
109
|
"perplexity.com",
|
|
110
|
+
"plannotator.ai",
|
|
105
111
|
"poe.com",
|
|
106
112
|
"poecdn.net",
|
|
107
113
|
"ppl-ai-file-upload.s3.amazonaws.com",
|
|
@@ -124,6 +130,7 @@
|
|
|
124
130
|
"youmind.site"
|
|
125
131
|
],
|
|
126
132
|
"domain_suffix": [
|
|
133
|
+
".agentclientprotocol.com",
|
|
127
134
|
".ai.com",
|
|
128
135
|
".aistudio.google.com",
|
|
129
136
|
".anthropic.com",
|
|
@@ -157,6 +164,7 @@
|
|
|
157
164
|
".comfyregistry.org",
|
|
158
165
|
".copilot.microsoft.com",
|
|
159
166
|
".coze.com",
|
|
167
|
+
".crewai.com",
|
|
160
168
|
".crixet.com",
|
|
161
169
|
".cursor.com",
|
|
162
170
|
".cursor.sh",
|
|
@@ -192,7 +200,9 @@
|
|
|
192
200
|
".jasper.ai",
|
|
193
201
|
".jetbrains.ai",
|
|
194
202
|
".kiro.dev",
|
|
203
|
+
".langchain.com",
|
|
195
204
|
".liveperson.net",
|
|
205
|
+
".lmstudio.ai",
|
|
196
206
|
".lovart.ai",
|
|
197
207
|
".lpsnmedia.net",
|
|
198
208
|
".manus.im",
|
|
@@ -203,6 +213,7 @@
|
|
|
203
213
|
".mistral.ai",
|
|
204
214
|
".oaistatic.com",
|
|
205
215
|
".oaiusercontent.com",
|
|
216
|
+
".ollama.com",
|
|
206
217
|
".openai.com",
|
|
207
218
|
".openai.com.cdn.cloudflare.net",
|
|
208
219
|
".openaiapi-site.azureedge.net",
|
|
@@ -215,6 +226,7 @@
|
|
|
215
226
|
".oystermercury.top",
|
|
216
227
|
".perplexity.ai",
|
|
217
228
|
".perplexity.com",
|
|
229
|
+
".plannotator.ai",
|
|
218
230
|
".poe.com",
|
|
219
231
|
".poecdn.net",
|
|
220
232
|
".pplx.ai",
|
package/rules/ai.srs
CHANGED
|
Binary file
|