Update examples

VLESS requires encryption: none for every user
This commit is contained in:
iopq 2025-02-13 16:55:14 +08:00 committed by GitHub
parent c9a5520fff
commit dfd38f6479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,8 @@
"port": 443,
"users": [
{
"id": "" // UUID
"id": "", // UUID
"encryption": "none"
}
]
}