Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daodao97/SingBoxClient

Cross platform client for sing-box
https://github.com/daodao97/SingBoxClient

client cross-platform sing-box

Last synced: 12 days ago
JSON representation

Cross platform client for sing-box

Awesome Lists containing this project

README

        

## SingBoxClient

Client for [sing-box](https://github.com/SagerNet/sing-box), support macos/win/linux, [download](https://github.com/daodao97/SingBox/releases)





## 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](https://github.com/SagerNet/sing-box)

Proxy Provider

```json
{
"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](https://sing-box.sagernet.org/configuration/outbound/)

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

## Tips

on macos, please install terminal-notifier

```shell
brew install terminal-notifier
```