Skip to content

Commit c5746f6

Browse files
committed
Fixed: fast-open tfo
1 parent 5cb226d commit c5746f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store",
3-
"version": "2.14.8",
3+
"version": "2.14.9",
44
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
55
"main": "src/main.js",
66
"scripts": {

backend/src/core/proxy-utils/producers/surge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ function tuic(proxy) {
280280
);
281281

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

286286
// test-url

0 commit comments

Comments
 (0)