feat: Surge TUIC 输入/输出增加 ecn 参数

This commit is contained in:
xream
2023-10-12 22:09:58 +08:00
parent 4e5b46a43d
commit 21b531a44d
4 changed files with 9 additions and 5 deletions

View File

@@ -332,6 +332,8 @@ function tuic(proxy) {
'underlying-proxy',
);
result.appendIfPresent(`,ecn=${proxy.ecn}`, 'ecn');
return result.toString();
}