Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daodao97/SingBoxClient
- Owner: daodao97
- Created: 2022-09-15T12:20:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T13:37:41.000Z (9 months ago)
- Last Synced: 2024-08-01T08:13:13.291Z (3 months ago)
- Topics: client, cross-platform, sing-box
- Language: Go
- Homepage:
- Size: 78 MB
- Stars: 382
- Watchers: 7
- Forks: 33
- 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
```