Skip to content

Commit

Permalink
feat: sing-box VLESS Reality uTLS 默认启用
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Sep 2, 2024
1 parent 59fe16a commit 8fb76f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.370",
"version": "2.14.371",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions backend/src/core/proxy-utils/producers/sing-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ const tlsParser = (proxy, parsedProxy) => {
if (proxy['reality-opts']['short-id'])
parsedProxy.tls.reality.short_id =
proxy['reality-opts']['short-id'];
parsedProxy.tls.utls = { enabled: true };
}
if (!parsedProxy.tls.enabled) delete parsedProxy.tls;
};
Expand Down

0 comments on commit 8fb76f3

Please sign in to comment.