feat: Stash 支持 juicity, ssh

This commit is contained in:
xream
2024-06-12 15:16:56 +08:00
parent ec06eb8659
commit 3ad42f2c10
8 changed files with 42 additions and 16 deletions

View File

@@ -338,7 +338,11 @@ function lastParse(proxy) {
proxy.network = 'tcp';
}
}
if (['trojan', 'tuic', 'hysteria', 'hysteria2'].includes(proxy.type)) {
if (
['trojan', 'tuic', 'hysteria', 'hysteria2', 'juicity'].includes(
proxy.type,
)
) {
proxy.tls = true;
}
if (proxy.network) {