github.com/sagernet/sing-box@v1.9.0-rc.20/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 "multiplex": {}, 19 "transport": {} 20 } 21 ``` 22 23 ### Listen Fields 24 25 See [Listen Fields](/configuration/shared/listen/) for details. 26 27 ### Fields 28 29 #### users 30 31 ==Required== 32 33 VLESS users. 34 35 #### users.uuid 36 37 ==Required== 38 39 VLESS user id. 40 41 #### users.flow 42 43 VLESS Sub-protocol. 44 45 Available values: 46 47 * `xtls-rprx-vision` 48 49 #### tls 50 51 TLS configuration, see [TLS](/configuration/shared/tls/#inbound). 52 53 #### multiplex 54 55 See [Multiplex](/configuration/shared/multiplex#inbound) for details. 56 57 #### transport 58 59 V2Ray Transport configuration, see [V2Ray Transport](/configuration/shared/v2ray-transport/).