mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
# Outbound
|
|
|
|
### Structure
|
|
|
|
```json
|
|
{
|
|
"outbounds": [
|
|
{
|
|
"type": "",
|
|
"tag": ""
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
### Fields
|
|
|
|
| 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) |
|
|
| `shadowtls` | [ShadowTLS](./shadowtls) |
|
|
| `tor` | [Tor](./tor) |
|
|
| `ssh` | [SSH](./ssh) |
|
|
| `dns` | [DNS](./dns) |
|
|
| `selector` | [Selector](./selector) |
|
|
| `urltest` | [URLTest](./urltest) |
|
|
|
|
#### tag
|
|
|
|
The tag of the outbound.
|
|
|
|
### Features
|
|
|
|
#### Outbounds that support IP connection
|
|
|
|
* `WireGuard`
|