mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-08 18:13:13 +00:00
fix port datatype
This commit is contained in:
parent
ecefc32120
commit
0ba800fd7c
|
@ -19,7 +19,7 @@
|
|||
"vnext": [
|
||||
{
|
||||
"address": "{{ host }}",
|
||||
"port": "{{ port }}",
|
||||
"port": {{ port }},
|
||||
"users": [
|
||||
{
|
||||
"id": "{{ uuid }}",
|
||||
|
|
Loading…
Reference in a new issue