mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 13:59:29 +08:00
update vmess mkcp
This commit is contained in:
parent
36c819489b
commit
37e6fc3dc2
@ -22,8 +22,7 @@
|
|||||||
"port": "{{ port }}",
|
"port": "{{ port }}",
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "{{ uuid }}",
|
"id": "{{ uuid }}"
|
||||||
"encryption": "none"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -7,9 +7,10 @@
|
|||||||
"protocol": "vmess",
|
"protocol": "vmess",
|
||||||
"port": "{{ port }}",
|
"port": "{{ port }}",
|
||||||
"settings": {
|
"settings": {
|
||||||
"decryption":"none",
|
|
||||||
"clients": [
|
"clients": [
|
||||||
{"id": "{{ }}"}
|
{
|
||||||
|
"id": "{{ uuid }}"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user