tindy2013 / subconverter

Utility to convert between various subscription format
GNU General Public License v3.0
12.97k stars 2.76k forks source link

[Feature] <proxy_groups中的load-balance类型,希望增加选择策略功能> #553

Open chaniqure opened 1 year ago

chaniqure commented 1 year ago

verify

功能描述

记得Clash负载均衡是可以选择策略,有consistent-hashing和round-robin两种,自己在subconverter中写负载均衡策略组的时候,只能设置 type: load-balance,不能设置 strategy,本人也尝试过设置strategy,不过不起作用,最终生成的yml中,始终是 strategy: consistent-hashing 需要手动修改 image


image

可能的解决方案

No response

zhongfly commented 1 year ago

已经支持(ini格式的配置暂不支持),见示例 https://github.com/tindy2013/subconverter/blob/master/base/pref.example.toml#L193

chaniqure commented 1 year ago

已经支持(ini格式的配置暂不支持),见示例 https://github.com/tindy2013/subconverter/blob/master/base/pref.example.toml#L193

对呀,我第一个截图就是这么写的,在 🧭 负载均衡(轮训) 这个组中,声明了strategy: round-robin,结果不生效,请问是我的写法有问题吗?

tontom commented 1 year ago

已经支持(ini格式的配置暂不支持),见示例 https://github.com/tindy2013/subconverter/blob/master/base/pref.example.toml#L193

期待支持ini

kenwestern commented 1 year ago

同期待ini格式支持