mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-13 04:13:16 +00:00
29 lines
634 B
Markdown
29 lines
634 B
Markdown
### Structure
|
|
|
|
```json
|
|
{
|
|
"inbounds": [
|
|
{
|
|
"type": "",
|
|
"tag": ""
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
### Fields
|
|
|
|
| Type | Format |
|
|
|---------------|------------------------------|
|
|
| `direct` | [Direct](./direct) |
|
|
| `mixed` | [Mixed](./mixed) |
|
|
| `socks` | [Socks](./socks) |
|
|
| `http` | [HTTP](./http) |
|
|
| `shadowsocks` | [Shadowsocks](./shadowsocks) |
|
|
| `tun` | [Tun](./tun) |
|
|
| `redirect` | [Redirect](./redirect) |
|
|
| `tproxy` | [TProxy](./tproxy) |
|
|
|
|
#### tag
|
|
|
|
The tag of the inbound. |