Skip to content

Commit 0f4d78d

Browse files
committed
feat: Shadowrocket 支持 Snell v6
1 parent ee6298a commit 0f4d78d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store",
3-
"version": "2.36.16",
3+
"version": "2.36.17",
44
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.",
55
"main": "src/main.js",
66
"packageManager": "pnpm@11.0.9",

backend/src/core/proxy-utils/producers/shadowrocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function Shadowrocket_Producer() {
3131
return false;
3232
} else if (
3333
proxy.type === 'snell' &&
34-
![1, 2, 3, 4, 5].includes(proxy.version)
34+
![1, 2, 3, 4, 5, 6].includes(proxy.version)
3535
) {
3636
return false;
3737
} else if (hasShadowrocketSnellShadowTlsObfsConflict(proxy)) {

0 commit comments

Comments
 (0)