github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/docs/configuration/outbound/index.md (about)

     1  # Outbound
     2  
     3  ### Structure
     4  
     5  ```json
     6  {
     7    "outbounds": [
     8      {
     9        "type": "",
    10        "tag": ""
    11      }
    12    ]
    13  }
    14  ```
    15  
    16  ### Fields
    17  
    18  | Type           | Format                         |
    19  |----------------|--------------------------------|
    20  | `direct`       | [Direct](./direct)             |
    21  | `block`        | [Block](./block)               |
    22  | `socks`        | [SOCKS](./socks)               |
    23  | `http`         | [HTTP](./http)                 |
    24  | `shadowsocks`  | [Shadowsocks](./shadowsocks)   |
    25  | `vmess`        | [VMess](./vmess)               |
    26  | `trojan`       | [Trojan](./trojan)             |
    27  | `wireguard`    | [Wireguard](./wireguard)       |
    28  | `hysteria`     | [Hysteria](./hysteria)         |
    29  | `shadowsocksr` | [ShadowsocksR](./shadowsocksr) |
    30  | `vless`        | [VLESS](./vless)               |
    31  | `shadowtls`    | [ShadowTLS](./shadowtls)       |
    32  | `tuic`         | [TUIC](./tuic)                 |
    33  | `hysteria2`    | [Hysteria2](./hysteria2)       |
    34  | `tor`          | [Tor](./tor)                   |
    35  | `ssh`          | [SSH](./ssh)                   |
    36  | `dns`          | [DNS](./dns)                   |
    37  | `selector`     | [Selector](./selector)         |
    38  | `urltest`      | [URLTest](./urltest)           |
    39  
    40  #### tag
    41  
    42  The tag of the outbound.
    43  
    44  ### Features
    45  
    46  #### Outbounds that support IP connection
    47  
    48  * `WireGuard`