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

Commit e13fdec

Browse files
author
icymind
authored
Merge pull request #52 from xuhaoyang/xhy
fix mode tcp_oly to tcp_only
2 parents f174ae2 + 421916c commit e13fdec

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)