Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何过滤指定的加密协议? #405

Open
zw9629 opened this issue Jan 11, 2025 · 2 comments
Open

如何过滤指定的加密协议? #405

zw9629 opened this issue Jan 11, 2025 · 2 comments

Comments

@zw9629
Copy link

zw9629 commented Jan 11, 2025

clash meta(mihomo)并不完全支持所有的ss协议,导入加密协议为ss的节点将无法使用,如何过滤

@xream
Copy link
Member

xream commented Jan 11, 2025

参考
筛选出 Shadowsocks 2022 节点 (https://t.me/zhetengsha/1817)
按协议筛选节点 (https://t.me/zhetengsha/1687)

return !$server.cipher || !['chacha20-poly1305'].includes($server.cipher)

@zw9629
Copy link
Author

zw9629 commented Jan 12, 2025

ok,已经解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants