From 16a5995d215f9aac189576f2ba675c913534e08c Mon Sep 17 00:00:00 2001 From: xream Date: Sun, 23 Mar 2025 14:32:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20ss=20shadow-tls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/package.json | 2 +- backend/src/core/proxy-utils/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/package.json b/backend/package.json index 95b4a26..160dd76 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "sub-store", - "version": "2.19.3", + "version": "2.19.4", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.", "main": "src/main.js", "scripts": { diff --git a/backend/src/core/proxy-utils/index.js b/backend/src/core/proxy-utils/index.js index 9a48c7d..fc042a3 100644 --- a/backend/src/core/proxy-utils/index.js +++ b/backend/src/core/proxy-utils/index.js @@ -613,7 +613,7 @@ function lastParse(proxy) { proxy['tls-fingerprint'] = rs.generateFingerprint(caStr); } if ( - ['shadowsocks'].includes(proxy.type) && + ['ss'].includes(proxy.type) && isPresent(proxy, 'shadow-tls-password') ) { proxy.plugin = 'shadow-tls';