mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 03:09:03 +08:00
Revert "fix: sing-box fingerprint"
This reverts commit 42404537e8e6a7f5590cda3e5de5839b9f2dcddd.
This commit is contained in:
parent
42404537e8
commit
779950ab11
@ -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": {
|
||||
|
@ -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'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user