mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-12 20:03:38 +00:00
27 lines
536 B
Markdown
27 lines
536 B
Markdown
### Structure
|
|
|
|
```json
|
|
{
|
|
"inbounds": [
|
|
{
|
|
"type": "",
|
|
"tag": ""
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
### Fields
|
|
|
|
| Type | Format |
|
|
|---------------|------------------------------|
|
|
| `tun` | [Tun](./tun) |
|
|
| `direct` | [Direct](./direct) |
|
|
| `mixed` | [Mixed](./mixed) |
|
|
| `socks` | [Socks](./socks) |
|
|
| `http` | [HTTP](./http) |
|
|
| `shadowsocks` | [Shadowsocks](./shadowsocks) |
|
|
|
|
#### tag
|
|
|
|
The tag of the inbound. |