feat: 支持更多不规范的 VLESS/SS URI

This commit is contained in:
xream
2024-01-29 23:38:21 +08:00
parent 4ce70db88a
commit 158a50435f
3 changed files with 36 additions and 6 deletions

View File

@@ -39,6 +39,9 @@ export default function URI_Producer() {
);
}
}
if (proxy['udp-over-tcp']) {
result = `${result}${proxy.plugin ? '&' : '?'}uot=1`;
}
result += `#${encodeURIComponent(proxy.name)}`;
break;
case 'ssr':