kslr
4 anos atrás
|
@@ -22,8 +22,7 @@
|
|
|
"port": "{{ port }}",
|
|
|
"users": [
|
|
|
{
|
|
|
- "id": "{{ uuid }}",
|
|
|
- "encryption": "none"
|
|
|
+ "id": "{{ uuid }}"
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -7,9 +7,10 @@
|
|
|
"protocol": "vmess",
|
|
|
"port": "{{ port }}",
|
|
|
"settings": {
|
|
|
- "decryption":"none",
|
|
|
"clients": [
|
|
|
- {"id": "{{ }}"}
|
|
|
+ {
|
|
|
+ "id": "{{ uuid }}"
|
|
|
+ }
|
|
|
]
|
|
|
},
|
|
|
"streamSettings": {
|