mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-10-12 00:35:34 +08:00
Add missing "encryption": "none"
(#214)
VLESS requires encryption: none for every user
This commit is contained in:
@@ -20,7 +20,8 @@
|
|||||||
"port": 443,
|
"port": 443,
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "" //填写你的 UUID
|
"id": "", //填写你的 UUID
|
||||||
|
"encryption": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user