Skip to content

Commit

Permalink
fix: 修复 Loon Hysteria2 salamander 混淆
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jun 17, 2024
1 parent 11d9ce7 commit c1a9fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.340",
"version": "2.14.341",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion backend/src/core/proxy-utils/producers/loon.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ function hysteria2(proxy) {
);

if (proxy['obfs-password'] && proxy.obfs == 'salamander') {
result.append(`,salamander-password="${proxy['obfs-password']}"`);
result.append(`,salamander-password=${proxy['obfs-password']}`);
}

// tfo
Expand Down

0 comments on commit c1a9fc6

Please sign in to comment.