diff --git a/VLESS-mKCPSeed/config_client.json b/VLESS-mKCPSeed/config_client.json index ca00c38..d070898 100644 --- a/VLESS-mKCPSeed/config_client.json +++ b/VLESS-mKCPSeed/config_client.json @@ -19,7 +19,7 @@ "vnext": [ { "address": "{{ host }}", - "port": {{ port }}, + "port": "{{ port }}", "users": [ { "id": "{{ uuid }}", @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +}