sing-rules 2025.904.1039 → 2025.904.2344

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sing-rules",
3
- "version": "2025.904.1039",
3
+ "version": "2025.904.2344",
4
4
  "description": "sing-box rule sets base on Loyalsoldier/v2ray-rules-dat",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "homepage": "https://github.com/moonfruit/sing-rules#readme",
package/rules/ai.json CHANGED
@@ -116,7 +116,9 @@
116
116
  "Claude",
117
117
  "Claude Helper",
118
118
  "Claude Helper (GPU)",
119
- "Claude Helper (Renderer)"
119
+ "Claude Helper (Renderer)",
120
+ "claude",
121
+ "gemini"
120
122
  ]
121
123
  },
122
124
  {
package/rules/ai.srs CHANGED
Binary file
@@ -3,12 +3,14 @@
3
3
  "rules": [
4
4
  {
5
5
  "domain": [
6
+ "account.sony.com",
6
7
  "playstation.com",
7
8
  "playstation.net",
8
9
  "prod-ps5.wws-gs3.com",
9
10
  "sonyentertainmentnetwork.com"
10
11
  ],
11
12
  "domain_suffix": [
13
+ ".account.sony.com",
12
14
  ".playstation",
13
15
  ".playstation.com",
14
16
  ".playstation.net",
Binary file