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

     1  ### Structure
     2  
     3  ```json
     4  {
     5    "type": "vless",
     6    "tag": "vless-in",
     7  
     8    ... // Listen Fields
     9  
    10    "users": [
    11      {
    12        "name": "sekai",
    13        "uuid": "bf000d23-0752-40b4-affe-68f7707a9661",
    14        "flow": ""
    15      }
    16    ],
    17    "tls": {},
    18    "transport": {}
    19  }
    20  ```
    21  
    22  ### Listen Fields
    23  
    24  See [Listen Fields](/configuration/shared/listen) for details.
    25  
    26  ### Fields
    27  
    28  #### users
    29  
    30  ==Required==
    31  
    32  VLESS users.
    33  
    34  #### users.uuid
    35  
    36  ==Required==
    37  
    38  VLESS user id.
    39  
    40  #### users.flow
    41  
    42  VLESS Sub-protocol.
    43  
    44  Available values:
    45  
    46  * `xtls-rprx-vision`
    47  
    48  #### tls
    49  
    50  TLS configuration, see [TLS](/configuration/shared/tls/#inbound).
    51  
    52  #### transport
    53  
    54  V2Ray Transport configuration, see [V2Ray Transport](/configuration/shared/v2ray-transport).