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

40 lines
1.1 KiB
Markdown
Raw Normal View History

2022-08-25 13:08:29 +00:00
# Outbound
2022-07-08 10:48:43 +00:00
### Structure
```json
{
"outbounds": [
{
"type": "",
"tag": ""
}
]
}
```
### Fields
2022-09-15 07:22:08 +00:00
| Type | Format |
|----------------|--------------------------------|
| `direct` | [Direct](./direct) |
| `block` | [Block](./block) |
| `socks` | [SOCKS](./socks) |
| `http` | [HTTP](./http) |
| `shadowsocks` | [Shadowsocks](./shadowsocks) |
| `vmess` | [VMess](./vmess) |
| `trojan` | [Trojan](./trojan) |
| `wireguard` | [Wireguard](./wireguard) |
| `hysteria` | [Hysteria](./hysteria) |
| `shadowsocksr` | [ShadowsocksR](./shadowsocksr) |
| `vless` | [VLESS](./vless) |
2023-02-21 13:18:43 +00:00
| `shadowtls` | [ShadowTLS](./shadowtls) |
2022-09-15 07:22:08 +00:00
| `tor` | [Tor](./tor) |
| `ssh` | [SSH](./ssh) |
| `dns` | [DNS](./dns) |
| `selector` | [Selector](./selector) |
| `urltest` | [URLTest](./urltest) |
2022-07-08 10:48:43 +00:00
#### tag
The tag of the outbound.