feat: 支持 Loon fast-open

This commit is contained in:
xream
2024-02-02 22:55:00 +08:00
parent ab6f6f612d
commit f8df06d4a5
4 changed files with 6 additions and 3 deletions

View File

@@ -386,6 +386,9 @@ function hysteria2(proxy) {
'skip-cert-verify',
);
// tfo
result.appendIfPresent(`,fast-open=${proxy.tfo}`, 'tfo');
// udp
result.appendIfPresent(`,udp=${proxy.udp}`, 'udp');