sing-rules 2026.423.859 → 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 +4 -0
- package/rules/ai.srs +0 -0
- package/rules/block.json +646 -0
- package/rules/block.srs +0 -0
- package/rules/geoip-cn.json +30 -2
- package/rules/geoip-cn.srs +0 -0
- package/rules/geosites-not-cn.json +6 -0
- package/rules/geosites-not-cn.srs +0 -0
- package/rules/gfw.json +2 -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",
|
|
@@ -106,6 +107,7 @@
|
|
|
106
107
|
"oystermercury.top",
|
|
107
108
|
"perplexity.ai",
|
|
108
109
|
"perplexity.com",
|
|
110
|
+
"plannotator.ai",
|
|
109
111
|
"poe.com",
|
|
110
112
|
"poecdn.net",
|
|
111
113
|
"ppl-ai-file-upload.s3.amazonaws.com",
|
|
@@ -128,6 +130,7 @@
|
|
|
128
130
|
"youmind.site"
|
|
129
131
|
],
|
|
130
132
|
"domain_suffix": [
|
|
133
|
+
".agentclientprotocol.com",
|
|
131
134
|
".ai.com",
|
|
132
135
|
".aistudio.google.com",
|
|
133
136
|
".anthropic.com",
|
|
@@ -223,6 +226,7 @@
|
|
|
223
226
|
".oystermercury.top",
|
|
224
227
|
".perplexity.ai",
|
|
225
228
|
".perplexity.com",
|
|
229
|
+
".plannotator.ai",
|
|
226
230
|
".poe.com",
|
|
227
231
|
".poecdn.net",
|
|
228
232
|
".pplx.ai",
|
package/rules/ai.srs
CHANGED
|
Binary file
|