github.com/sagernet/sing-box@v1.9.0-rc.20/docs/configuration/inbound/vless.zh.md (about) 1 ### 结构 2 3 ```json 4 { 5 "type": "vless", 6 "tag": "vless-in", 7 8 ... // 监听字段 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 ### 监听字段 24 25 参阅 [监听字段](/zh/configuration/shared/listen/)。 26 27 ### 字段 28 29 #### users 30 31 ==必填== 32 33 VLESS 用户。 34 35 #### users.uuid 36 37 ==必填== 38 39 VLESS 用户 ID。 40 41 #### users.flow 42 43 VLESS 子协议。 44 45 可用值: 46 47 * `xtls-rprx-vision` 48 49 #### tls 50 51 TLS 配置, 参阅 [TLS](/zh/configuration/shared/tls/#inbound)。 52 53 #### multiplex 54 55 参阅 [多路复用](/zh/configuration/shared/multiplex#inbound)。 56 57 #### transport 58 59 V2Ray 传输配置,参阅 [V2Ray 传输层](/zh/configuration/shared/v2ray-transport/)。