sing-box/docs/configuration/outbound/index.md

34 lines
881 B
Markdown
Raw Normal View History

2022-07-08 18:48:43 +08:00
### Structure
```json
{
"outbounds": [
{
"type": "",
"tag": ""
}
]
}
```
### Fields
| Type | Format |
|---------------|------------------------------|
| `direct` | [Direct](./direct) |
| `block` | [Block](./block) |
| `socks` | [SOCKS](./socks) |
2022-07-08 18:48:43 +08:00
| `http` | [HTTP](./http) |
| `shadowsocks` | [Shadowsocks](./shadowsocks) |
2022-08-17 15:19:10 +08:00
| `vmess` | [VMess](./vmess) |
| `trojan` | [Trojan](./trojan) |
| `wireguard` | [Wireguard](./wireguard) |
| `hysteria` | [Hysteria](./hysteria) |
2022-08-21 00:59:49 +08:00
| `tor` | [Tor](./tor) |
2022-08-21 19:36:08 +08:00
| `ssh` | [SSH](./ssh) |
2022-07-23 09:29:37 +08:00
| `dns` | [DNS](./dns) |
| `selector` | [Selector](./selector) |
2022-07-08 18:48:43 +08:00
#### tag
The tag of the outbound.