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

This commit is contained in:
xream
2023-10-12 22:15:10 +08:00
parent 21b531a44d
commit fca508ba8a
4 changed files with 5 additions and 3 deletions

View File

@@ -417,6 +417,8 @@ function hysteria2(proxy) {
'down',
);
result.appendIfPresent(`,ecn=${proxy.ecn}`, 'ecn');
return result.toString();
}