UDP 协议的未来不容乐观...部分群友有排除掉 UDP 协议的需求 故出一期小课堂
▎协议过滤
只选你要的协议
▎脚本过滤
更灵活, 示例为 排除 hysteria2 hysteria tuic juicity 四种协议
return !['hysteria2', 'hysteria', 'tuic', 'juicity'].includes($server.type)- ❤️5
- 👍4
return !['hysteria2', 'hysteria', 'tuic', 'juicity'].includes($server.type)