mirror of https://github.com/XTLS/Xray-examples
Update config_client.json
parent
1861bd6881
commit
0b9e3f6338
|
@ -19,7 +19,7 @@
|
||||||
"vnext": [
|
"vnext": [
|
||||||
{
|
{
|
||||||
"address": "{{ host }}",
|
"address": "{{ host }}",
|
||||||
"port": {{ port }},
|
"port": "{{ port }}",
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "{{ uuid }}",
|
"id": "{{ uuid }}",
|
||||||
|
@ -37,4 +37,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue