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

Commit 9be6b5e

Browse files
author
icymind
committed
Merge branch 'dev' of github.com:icymind/VRouter into dev
2 parents b95eff9 + e13fdec commit 9be6b5e

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
@@ -93,7 +93,7 @@ async function getSsrCfgFrom (profile, proxiesInfo) {
9393
'timeout': parseInt(data.timeout),
9494
'method': data.method.toLowerCase(),
9595
'fast_open': data.fast_open,
96-
'mode': 'tcp_oly',
96+
'mode': 'tcp_only',
9797
'protocol': data.protocol,
9898
'protocol_param': data.protocol_param,
9999
'obfs': data.obfs,

0 commit comments

Comments
 (0)