mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
26 lines
489 B
Markdown
26 lines
489 B
Markdown
### Structure
|
|
|
|
```json
|
|
{
|
|
"outbounds": [
|
|
{
|
|
"type": "",
|
|
"tag": ""
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
### Fields
|
|
|
|
| Type | Format |
|
|
|---------------|------------------------------|
|
|
| `direct` | [Direct](./direct) |
|
|
| `block` | [Block](./block) |
|
|
| `socks` | [Socks](./socks) |
|
|
| `http` | [HTTP](./http) |
|
|
| `shadowsocks` | [Shadowsocks](./shadowsocks) |
|
|
|
|
#### tag
|
|
|
|
The tag of the outbound. |