fix: Surge Snell TFO

This commit is contained in:
xream
2024-01-13 16:51:48 +08:00
parent aff7ddf41e
commit d96a0421f7
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');