https://github.com/daodao97/SingBoxClient
Cross platform client for sing-box
https://github.com/daodao97/SingBoxClient
client cross-platform sing-box
Last synced: about 1 month ago
JSON representation
Cross platform client for sing-box
- Host: GitHub
- URL: https://github.com/daodao97/SingBoxClient
- Owner: daodao97
- Created: 2022-09-15T12:20:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T13:37:41.000Z (about 1 year ago)
- Last Synced: 2025-03-23T02:07:21.593Z (about 1 month ago)
- Topics: client, cross-platform, sing-box
- Language: Go
- Homepage:
- Size: 78 MB
- Stars: 387
- Watchers: 6
- Forks: 32
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```