From 0b9e3f63386a2d915bbec53e2ba738387d66d9d6 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:24:15 +0800 Subject: [PATCH] Update config_client.json --- VLESS-mKCPSeed/config_client.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}