xmdhs / clash2sfa

将 Clash.Meta 格式的订阅链接转换为 sing-box 格式的订阅,用于 SFA
https://clash2sfa.xmdhs.com
MIT License
478 stars 91 forks source link

[功能建议] 使用自定义 urltest / selector 时,能否完全由用户自定义? #18

Closed AlphaGHX closed 1 year ago

AlphaGHX commented 1 year ago

首先非常感谢作者的项目!

我是想完全自定义 配置文件模板 和 urltest / selector,但是转化器会自动加上下面两种 outbounds。我在想能不能在用户使用自定义 urltest / selector 时,不自动加上这些 outbounds?或者是有个选项,让用户自行选择是否加入这些 outbounds。

{
  "default": "urltest",
  "outbounds": ["XXX"],
  "tag": "select",
  "type": "selector"
}

{
  "outbounds": ["XXX"],
  "tag": "urltest",
  "type": "urltest"
}
xmdhs commented 1 year ago

应该不影响的,你可以在路由规则中不使用默认加上的 selector

AlphaGHX commented 1 year ago

是的,不影响功能,只是有点强迫症。 看作者吧,如果觉得有必要,有空可以改一下。

xmdhs commented 1 year ago

https://github.com/xmdhs/clash2sfa/commit/c469dc88be23139d3c77433746d441982efe456e