Skip to content

Commit 489dadc

Browse files
committed
feat: Shadowrocket 支持 VLESS Encryption
1 parent c1c7070 commit 489dadc

2 files changed

Lines changed: 1 addition & 7 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.22.18",
3+
"version": "2.22.19",
44
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.",
55
"main": "src/main.js",
66
"scripts": {

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ export default function Shadowrocket_Producer() {
4040
].includes(proxy.type)
4141
) {
4242
return false;
43-
} else if (
44-
proxy.encryption &&
45-
proxy.encryption !== 'none' &&
46-
['vless'].includes(proxy.type)
47-
) {
48-
return false;
4943
} else if (
5044
['anytls'].includes(proxy.type) &&
5145
proxy.network &&

0 commit comments

Comments
 (0)