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

48 lines
1.3 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
2023-12-03 06:53:22 +00:00
| Type | Format |
|----------------|--------------------------------|
2023-12-14 14:23:52 +00:00
| `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/) |
| `vless` | [VLESS](./vless/) |
| `shadowtls` | [ShadowTLS](./shadowtls/) |
| `tuic` | [TUIC](./tuic/) |
| `hysteria2` | [Hysteria2](./hysteria2/) |
| `tor` | [Tor](./tor/) |
| `ssh` | [SSH](./ssh/) |
| `dns` | [DNS](./dns/) |
| `selector` | [Selector](./selector/) |
| `urltest` | [URLTest](./urltest/) |
2022-07-08 10:48:43 +00:00
#### tag
2023-06-07 13:10:01 +00:00
The tag of the outbound.
### Features
#### Outbounds that support IP connection
* `WireGuard`