Skip to content

Commit 9e00282

Browse files
committed
feat: Shadowrocket 支持 anytls
1 parent 54750d5 commit 9e00282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.19.51",
3+
"version": "2.19.52",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function Shadowrocket_Producer() {
99
if (opts['include-unsupported-proxy']) return true;
1010
if (proxy.type === 'snell' && String(proxy.version) === '4') {
1111
return false;
12-
} else if (['mieru', 'anytls'].includes(proxy.type)) {
12+
} else if (['mieru'].includes(proxy.type)) {
1313
return false;
1414
}
1515
return true;

0 commit comments

Comments
 (0)