Skip to content

Commit

Permalink
Fixed: fast-open tfo
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Aug 15, 2023
1 parent 5cb226d commit c5746f6
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.8",
"version": "2.14.9",
"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/surge.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function tuic(proxy) {
);

// tfo
result.appendIfPresent(`,tfo=${proxy.tfo}`, 'fast-open');
result.appendIfPresent(`,tfo=${proxy['fast-open']}`, 'fast-open');
result.appendIfPresent(`,tfo=${proxy.tfo}`, 'tfo');

// test-url
Expand Down

0 comments on commit c5746f6

Please sign in to comment.