mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-11-21 04:05:34 +08:00
fix port datatype
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
"vnext": [
|
"vnext": [
|
||||||
{
|
{
|
||||||
"address": "{{ host }}",
|
"address": "{{ host }}",
|
||||||
"port": "{{ port }}",
|
"port": {{ port }},
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "{{ uuid }}",
|
"id": "{{ uuid }}",
|
||||||
|
|||||||
Reference in New Issue
Block a user