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