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

32 lines
781 B
Markdown
Raw Normal View History

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 |
|---------------|------------------------------|
2022-07-08 10:48:43 +00:00
| `direct` | [Direct](./direct) |
2022-07-08 10:10:39 +00:00
| `mixed` | [Mixed](./mixed) |
| `socks` | [Socks](./socks) |
| `http` | [HTTP](./http) |
| `shadowsocks` | [Shadowsocks](./shadowsocks) |
2022-08-01 09:02:13 +00:00
| `vmess` | [VMess](./vmess) |
2022-08-08 12:57:50 +00:00
| `trojan` | [Trojan](./trojan) |
2022-08-10 13:17:02 +00:00
| `naive` | [Naive](./naive) |
2022-07-15 00:42:02 +00:00
| `tun` | [Tun](./tun) |
| `redirect` | [Redirect](./redirect) |
| `tproxy` | [TProxy](./tproxy) |
2022-07-08 10:10:39 +00:00
#### tag
The tag of the inbound.