mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-22 00:21:29 +00:00
parent
3126f96456
commit
f36928737f
|
@ -22,8 +22,7 @@
|
||||||
"port": "{{ port }}",
|
"port": "{{ port }}",
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "{{ uuid }}",
|
"id": "{{ uuid }}"
|
||||||
"encryption": "none"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
"protocol": "vmess",
|
"protocol": "vmess",
|
||||||
"port": "{{ port }}",
|
"port": "{{ port }}",
|
||||||
"settings": {
|
"settings": {
|
||||||
"decryption":"none",
|
|
||||||
"clients": [
|
"clients": [
|
||||||
{"id": "{{ }}"}
|
{"id": "{{ }}"}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue