mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-01-18 22:09:29 +08:00
fix port datatype
This commit is contained in:
parent
ecefc32120
commit
0ba800fd7c
@ -19,7 +19,7 @@
|
|||||||
"vnext": [
|
"vnext": [
|
||||||
{
|
{
|
||||||
"address": "{{ host }}",
|
"address": "{{ host }}",
|
||||||
"port": "{{ port }}",
|
"port": {{ port }},
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "{{ uuid }}",
|
"id": "{{ uuid }}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user