daodao97 / SingBoxClient

Cross platform client for sing-box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SingBoxClient

Client for sing-box, support macos/win/linux, download

Usage

  1. Click System Tray Icon > EditConfig
  2. Start/Stop Proxy

Extend sing-box config

Please note that this is not an official capability of sing-box

Proxy Provider
{
  "outbounds": [
    {
      "type": "provider",
      "tag": "my_provider",
      "provider_type": "url",
      "url": "url1" // ['url1', 'url2'] just v2ray sub link
    },
    {
      "type": "provider",
      "tag": "my_provider",
      "provider_type": "file",
      "file": "file_path" // ['file_path1'] 
    }
  ]
}

provider file format like sing-box/outbound

[
    {
      "type": "ss",
      "tag": "ss"
    },
    ...
]

Tips

on macos, please install terminal-notifier

brew install terminal-notifier

About

Cross platform client for sing-box


Languages

Language:Go 99.5%Language:Shell 0.2%Language:Makefile 0.2%Language:HTML 0.0%Language:Dockerfile 0.0%Language:Rich Text Format 0.0%