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 }}", "port": "{{ port }}",
"users": [ "users": [
{ {
"id": "{{ uuid }}", "id": "{{ uuid }}"
"encryption": "none"
} }
] ]
} }

View File

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