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