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

39 lines
1.4 KiB
Markdown
Raw Normal View History

2022-08-25 13:08:29 +00:00
# Inbound
2022-07-08 09:01:38 +00:00
### Structure
```json
{
"inbounds": [
{
"type": "",
2022-07-08 10:10:39 +00:00
"tag": ""
2022-07-08 09:01:38 +00:00
}
]
}
2022-07-08 10:10:39 +00:00
```
### Fields
| Type | Format | Injectable |
|---------------|-------------------------------|------------------|
| `direct` | [Direct](./direct/) | :material-close: |
| `mixed` | [Mixed](./mixed/) | TCP |
| `socks` | [SOCKS](./socks/) | TCP |
| `http` | [HTTP](./http/) | TCP |
| `shadowsocks` | [Shadowsocks](./shadowsocks/) | TCP |
| `vmess` | [VMess](./vmess/) | TCP |
| `trojan` | [Trojan](./trojan/) | TCP |
| `naive` | [Naive](./naive/) | :material-close: |
| `hysteria` | [Hysteria](./hysteria/) | :material-close: |
| `shadowtls` | [ShadowTLS](./shadowtls/) | TCP |
| `tuic` | [TUIC](./tuic/) | :material-close: |
| `hysteria2` | [Hysteria2](./hysteria2/) | :material-close: |
| `vless` | [VLESS](./vless/) | TCP |
| `tun` | [Tun](./tun/) | :material-close: |
| `redirect` | [Redirect](./redirect/) | :material-close: |
| `tproxy` | [TProxy](./tproxy/) | :material-close: |
2022-07-08 10:10:39 +00:00
#### tag
The tag of the inbound.