Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 421916c

Browse files
author
xuhaoyang
committed
fix cfg mode error
1 parent f174ae2 commit 421916c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/lib/generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async function getSsrCfgFrom (profile, proxiesInfo) {
9191
'timeout': parseInt(data.timeout),
9292
'method': data.method.toLowerCase(),
9393
'fast_open': data.fast_open,
94-
'mode': 'tcp_oly',
94+
'mode': 'tcp_only',
9595
'protocol': data.protocol,
9696
'protocol_param': data.protocol_param,
9797
'obfs': data.obfs,

0 commit comments

Comments
 (0)