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

[Feature] ruleset支持自定义名称 #808

Open
3 tasks done
undoubted opened this issue Dec 19, 2024 · 0 comments
Open
3 tasks done

[Feature] ruleset支持自定义名称 #808

undoubted opened this issue Dec 19, 2024 · 0 comments

Comments

@undoubted
Copy link

verify

  • 我已经仔细阅读项目文档,确认现有功能无法解决我的需求
  • 我已经检索过现有issue,确认与现有issue的内容并不重复
  • 我已经尝试自行解决,确认自己没有能力解决

功能描述

现在

ruleset=DIRECT,clash-classic:https://mirror.ghproxy.com/https://github.com/ACL4SSR/ACL4SSR/raw/master/Clash/Providers/UnBan.yaml,86400

转换成clash规则后是

UnBan:
type: http
behavior: classical
url: https://mirror.ghproxy.com/https://github.com/ACL4SSR/ACL4SSR/raw/master/Clash/Providers/UnBan.yaml
path: ./providers/rule-provider_UnBan.yaml
interval: 86400

希望能够自定义名称,将 UnBan 改成 Unbreak

Unbreak:
type: http
behavior: classical
url: https://mirror.ghproxy.com/https://github.com/ACL4SSR/ACL4SSR/raw/master/Clash/Providers/UnBan.yaml
path: ./providers/rule-provider_Unbreak.yaml
interval: 86400

可能的解决方案

No response

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

1 participant