Add missing "encryption": "none" (#214)

VLESS requires encryption: none for every user
This commit is contained in:
iopq 2025-02-20 00:14:25 +08:00 committed by GitHub
parent c9a5520fff
commit 4c95f5e4c9
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"
}
]
}