sing-box icon indicating copy to clipboard operation
sing-box copied to clipboard

Draft: add proxy provider

Open h0cheung opened this issue 3 years ago • 1 comments

Use with a selector outbound. After fallback and url-test are supported, I'll add provider support for them.

Example:

{
  "type": "selector",
  "tag": "proxy",
  "providers": [
    {
      "url": "https://example.com/sub",
      "filter": "",
      "interval": 43200
    }
  ]
}

filter and interval are optional.

  • [ ] Clash subscription
    • [x] Shadowsocks
    • [x] Trojan
    • [ ] other protocols
  • [ ] other subscription
  • [ ] cache in file

h0cheung avatar Sep 12 '22 05:09 h0cheung

建议 subscription 支持下 sing-box 自己的格式。其它格式作为锦上添花。

yuumimi avatar Sep 16 '22 13:09 yuumimi