feat: Shadowrocket 支持 anytls

This commit is contained in:
xream
2025-05-26 17:24:39 +08:00
parent 54750d552b
commit 9e0028219d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ export default function Shadowrocket_Producer() {
if (opts['include-unsupported-proxy']) return true;
if (proxy.type === 'snell' && String(proxy.version) === '4') {
return false;
} else if (['mieru', 'anytls'].includes(proxy.type)) {
} else if (['mieru'].includes(proxy.type)) {
return false;
}
return true;