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