github.com/sagernet/sing-box@v1.9.0-rc.20/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  | `vless`        | [VLESS](./vless/)               |
    30  | `shadowtls`    | [ShadowTLS](./shadowtls/)       |
    31  | `tuic`         | [TUIC](./tuic/)                 |
    32  | `hysteria2`    | [Hysteria2](./hysteria2/)       |
    33  | `tor`          | [Tor](./tor/)                   |
    34  | `ssh`          | [SSH](./ssh/)                   |
    35  | `dns`          | [DNS](./dns/)                   |
    36  | `selector`     | [Selector](./selector/)         |
    37  | `urltest`      | [URLTest](./urltest/)           |
    38  
    39  #### tag
    40  
    41  The tag of the outbound.
    42  
    43  ### Features
    44  
    45  #### Outbounds that support IP connection
    46  
    47  * `WireGuard`