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

@@ -1,6 +1,6 @@
{
"name": "sub-store",
"version": "2.14.150",
"version": "2.14.151",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js",
"scripts": {

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');