feat: 支持 anytls 协议

This commit is contained in:
xream
2025-02-19 16:59:24 +08:00
parent 6c2e5fe9ca
commit daaa4a70d4
7 changed files with 15 additions and 5 deletions

View File

@@ -423,9 +423,14 @@ function lastParse(proxy) {
}
}
if (
['trojan', 'tuic', 'hysteria', 'hysteria2', 'juicity'].includes(
proxy.type,
)
[
'trojan',
'tuic',
'hysteria',
'hysteria2',
'juicity',
'anytls',
].includes(proxy.type)
) {
proxy.tls = true;
}