mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-02-23 15:39:28 +08:00
Add missing "encryption": "none"
(#214)
VLESS requires encryption: none for every user
This commit is contained in:
parent
c9a5520fff
commit
4c95f5e4c9
@ -20,7 +20,8 @@
|
|||||||
"port": 443,
|
"port": 443,
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "" //填写你的 UUID
|
"id": "", //填写你的 UUID
|
||||||
|
"encryption": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user