diff --git a/backend/package.json b/backend/package.json index 8a9a7d6cf..9430c40cf 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "sub-store", - "version": "2.14.315", + "version": "2.14.316", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "main": "src/main.js", "scripts": { diff --git a/backend/src/core/proxy-utils/parsers/index.js b/backend/src/core/proxy-utils/parsers/index.js index 8c24341e7..7767537f2 100644 --- a/backend/src/core/proxy-utils/parsers/index.js +++ b/backend/src/core/proxy-utils/parsers/index.js @@ -851,6 +851,9 @@ function Clash_All() { } } + if (proxy['server-cert-fingerprint']) { + proxy['tls-fingerprint'] = proxy['server-cert-fingerprint']; + } if (proxy.fingerprint) { proxy['tls-fingerprint'] = proxy.fingerprint; }