Revert "fix: sing-box fingerprint"

This reverts commit 42404537e8e6a7f5590cda3e5de5839b9f2dcddd.
This commit is contained in:
xream 2024-01-18 11:36:07 +08:00
parent 42404537e8
commit 779950ab11
No known key found for this signature in database
GPG Key ID: 1D2C5225471789F9
2 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "sub-store",
"version": "2.14.180",
"version": "2.14.179",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js",
"scripts": {

View File

@ -205,11 +205,6 @@ const tlsParser = (proxy, parsedProxy) => {
enabled: true,
fingerprint: proxy['client-fingerprint'],
};
if (proxy.fingerprint && proxy.fingerprint !== '')
parsedProxy.tls.utls = {
enabled: true,
fingerprint: proxy.fingerprint,
};
if (proxy['reality-opts']) {
parsedProxy.tls.reality = { enabled: true };
if (proxy['reality-opts']['public-key'])