github.com/sagernet/sing-box@v1.2.7/docs/configuration/inbound/index.md (about)

     1  # Inbound
     2  
     3  ### Structure
     4  
     5  ```json
     6  {
     7    "inbounds": [
     8      {
     9        "type": "",
    10        "tag": ""
    11      }
    12    ]
    13  }
    14  ```
    15  
    16  ### Fields
    17  
    18  | Type          | Format                       | Injectable |
    19  |---------------|------------------------------|------------|
    20  | `direct`      | [Direct](./direct)           | X          |
    21  | `mixed`       | [Mixed](./mixed)             | TCP        |
    22  | `socks`       | [SOCKS](./socks)             | TCP        |
    23  | `http`        | [HTTP](./http)               | TCP        |
    24  | `shadowsocks` | [Shadowsocks](./shadowsocks) | TCP        |
    25  | `vmess`       | [VMess](./vmess)             | TCP        |
    26  | `trojan`      | [Trojan](./trojan)           | TCP        |
    27  | `naive`       | [Naive](./naive)             | X          |
    28  | `hysteria`    | [Hysteria](./hysteria)       | X          |
    29  | `shadowtls`   | [ShadowTLS](./shadowtls)     | TCP        |
    30  | `vless`       | [VLESS](./vless)             | TCP        |
    31  | `tun`         | [Tun](./tun)                 | X          |
    32  | `redirect`    | [Redirect](./redirect)       | X          |
    33  | `tproxy`      | [TProxy](./tproxy)           | X          |
    34  
    35  #### tag
    36  
    37  The tag of the inbound.