Skip to content

Commit

Permalink
Revert "fix: sing-box fingerprint"
Browse files Browse the repository at this point in the history
This reverts commit 4240453.
  • Loading branch information
xream committed Jan 18, 2024
1 parent 4240453 commit 779950a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 0 additions & 5 deletions backend/src/core/proxy-utils/producers/sing-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 779950a

Please sign in to comment.