update vmess mkcp

This commit is contained in:
kslr 2020-12-08 00:59:12 +08:00
parent 36c819489b
commit 37e6fc3dc2
2 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,7 @@
"port": "{{ port }}",
"users": [
{
"id": "{{ uuid }}",
"encryption": "none"
"id": "{{ uuid }}"
}
]
}

View File

@ -7,9 +7,10 @@
"protocol": "vmess",
"port": "{{ port }}",
"settings": {
"decryption":"none",
"clients": [
{"id": "{{ }}"}
{
"id": "{{ uuid }}"
}
]
},
"streamSettings": {