mirror of https://github.com/XTLS/Xray-examples
Fix decryption
parent
3126f96456
commit
bfec21681a
|
@ -22,8 +22,7 @@
|
||||||
"port": "{{ port }}",
|
"port": "{{ port }}",
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "{{ uuid }}",
|
"id": "{{ uuid }}"
|
||||||
"encryption": "none"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -37,4 +36,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue