mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
55 lines
699 B
Markdown
55 lines
699 B
Markdown
### Structure
|
|
|
|
```json
|
|
{
|
|
"type": "vless",
|
|
"tag": "vless-in",
|
|
|
|
... // Listen Fields
|
|
|
|
"users": [
|
|
{
|
|
"name": "sekai",
|
|
"uuid": "bf000d23-0752-40b4-affe-68f7707a9661",
|
|
"flow": ""
|
|
}
|
|
],
|
|
"tls": {},
|
|
"transport": {}
|
|
}
|
|
```
|
|
|
|
### Listen Fields
|
|
|
|
See [Listen Fields](/configuration/shared/listen) for details.
|
|
|
|
### Fields
|
|
|
|
#### users
|
|
|
|
==Required==
|
|
|
|
VLESS users.
|
|
|
|
#### users.uuid
|
|
|
|
==Required==
|
|
|
|
VLESS user id.
|
|
|
|
#### users.flow
|
|
|
|
VLESS Sub-protocol.
|
|
|
|
Available values:
|
|
|
|
* `xtls-rprx-vision`
|
|
|
|
#### tls
|
|
|
|
TLS configuration, see [TLS](/configuration/shared/tls/#inbound).
|
|
|
|
#### transport
|
|
|
|
V2Ray Transport configuration, see [V2Ray Transport](/configuration/shared/v2ray-transport).
|