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
比如更改了某个ip的代理ip规则,我想直接热更新使用这条规则,而不是每次都需要重启openclash服务,如何可以做到
我想问openclash有没有这样的功能
The text was updated successfully, but these errors were encountered:
暂时不会支持,嫌启动慢可以试试dev的版本
Sorry, something went wrong.
内核使用自定义的RULE-SET。
rule-providers: MyProxy: format: 'yaml' behavior: classical interval: 86400 path: "./rule_provider/MyProxy.yaml" type: file rules: - RULE-SET,MyProxy,PROXY
当yaml文件被更改时,内核会热加载而无需重启。(记得先去面板把已经建立的连接关闭,这样新建立的连接就会按规则配置去建立)
其实可以自己写api 但难度高
自定义RULE-SET就好了啊···规则都是立刻生效的,已经连上的要先断开旧链接。
No branches or pull requests
Verify Steps
Describe the Feature
比如更改了某个ip的代理ip规则,我想直接热更新使用这条规则,而不是每次都需要重启openclash服务,如何可以做到
Describe Alternatives
我想问openclash有没有这样的功能
The text was updated successfully, but these errors were encountered: