mirror of https://github.com/XTLS/Xray-examples
Add missing `"encryption": "none"` (#214)
VLESS requires encryption: none for every userpull/215/head
parent
c9a5520fff
commit
4c95f5e4c9
|
@ -20,7 +20,8 @@
|
||||||
"port": 443,
|
"port": 443,
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "" //填写你的 UUID
|
"id": "", //填写你的 UUID
|
||||||
|
"encryption": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue