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
0.9.0 sub.xeton.dev后端
clash订阅转换为clash订阅
外部配置链接:https%3A%2F%2Fraw.githubusercontent.com%2Frefined-fish%2Fclash_rule_fish%2Frefs%2Fheads%2Fmain%2FFish_Rule.ini 这是我自己编辑的一份配置文件,其中内容参照本项目wiki书写
在外部配置链接模板中定义了
custom_proxy_group=🖐️ 手动切换`select`!!PROVIDER=main,backup custom_proxy_group=🇭🇰 香港节点`url-test`!!PROVIDER=main,backup!!(港|HK|hk|Hong Kong|HongKong|hongkong)`http://www.gstatic.com/generate_204`30,,200
点击获取配置文件
转换为
- name: 🖐️ 手动切换 type: select use: - main - backup - name: 🇭🇰 香港节点 type: url-test url: http://www.gstatic.com/generate_204 interval: 30 tolerance: 200 use: - main - backup filter: "港|HK|hk|Hong Kong|HongKong|hongkong"
- name: 🇭🇰 香港节点 type: url-test url: http://www.gstatic.com/generate_204 interval: 30 tolerance: 200 use: - main - backup!!(港|HK|hk|Hong Kong|HongKong|hongkong)
转换成功完成,但不符合预期
The text was updated successfully, but these errors were encountered:
想要利用mihomo内核的proxy-providers:功能实现节点和规则的内核更新,无需重载配置文件,减少服务中断 但是目前转换工具对mihomo的配置项转换支持有点少,proxy-providers:只能靠自己写clash_rule_base模板来手动添加,无法在转换时加入到url中动态修改 并且!!PROVIDER=参数对mihomo的proxy-groups引用proxy-providers支持似乎也不完全,只支持use,不支持随之的filter,如果不支持的话就无法使用节点筛选,感觉功能就残废了🥲,如果是我用法不对还请大佬指点迷津
Sorry, something went wrong.
我也在找这个,不知道怎么实现
No branches or pull requests
确认版本最新
检索issue
subconverter版本
0.9.0 sub.xeton.dev后端
转换过程
clash订阅转换为clash订阅
转换设置
外部配置链接:https%3A%2F%2Fraw.githubusercontent.com%2Frefined-fish%2Fclash_rule_fish%2Frefs%2Fheads%2Fmain%2FFish_Rule.ini
这是我自己编辑的一份配置文件,其中内容参照本项目wiki书写
复现步骤
在外部配置链接模板中定义了
点击获取配置文件
期望结果
转换为
实际结果
错误信息
The text was updated successfully, but these errors were encountered: