Skip to content

jacexh/SingBoxClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%