Skip to content

Commit

Permalink
fix: Loon shadowsocksr obfs-param incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
Peng-YM committed Aug 2, 2022
1 parent 77604a3 commit f64e8ec
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions backend/dist/cron-sync-artifacts.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions backend/dist/sub-store-parser.loon.min.js

Large diffs are not rendered by default.

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.12.0",
"version": "2.12.1",
"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 @@ -72,7 +72,7 @@ function shadowsocksr(proxy) {

// obfs
result.appendIfPresent(`,obfs=${proxy.obfs}`, 'obfs');
result.appendIfPresent(`,obfs-host=${proxy['obfs-param']}`, 'obfs-param');
result.appendIfPresent(`,obfs-param=${proxy['obfs-param']}`, 'obfs-param');

// tfo
result.appendIfPresent(`,fast-open=${proxy.tfo}`, 'tfo');
Expand Down
6 changes: 3 additions & 3 deletions backend/sub-store.min.js

Large diffs are not rendered by default.

0 comments on commit f64e8ec

Please sign in to comment.