fix: Surge Snell TFO

This commit is contained in:
xream
2024-01-13 16:51:48 +08:00
parent f6c18367e9
commit bfc00029ab
2 changed files with 4 additions and 1 deletions

View File

@@ -416,6 +416,9 @@ function snell(proxy) {
'obfs-opts.path',
);
// tfo
result.appendIfPresent(`,tfo=${proxy.tfo}`, 'tfo');
// udp
result.appendIfPresent(`,udp-relay=${proxy.udp}`, 'udp');