We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
存在多个订阅时,部分机场的节点命名相似不易区分
参考此处,可以通过subconverter的rename参数实现
The text was updated successfully, but these errors were encountered:
meta内核支持覆写节点内容,使用override 写法: proxy-providers: P1: <<: *P override: additional-prefix: "P1." path: "./proxy_provider/P1.yaml" url: http://10.0.0.2:2000/p1
P2: <<: *P override: additional-prefix: "P2." path: "./proxy_provider/P2.yaml" url: http://10.0.0.2:2000/p2 实现效果:
Sorry, something went wrong.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days
No branches or pull requests
Verify Steps
Describe the Feature
存在多个订阅时,部分机场的节点命名相似不易区分
Describe Alternatives
参考此处,可以通过subconverter的rename参数实现
The text was updated successfully, but these errors were encountered: