From 00145a727ff2abb8751fcb8b028fbee9c0c95c8a Mon Sep 17 00:00:00 2001 From: Clarence Gui <55305469+Sanczzg@users.noreply.github.com> Date: Sat, 1 Aug 2020 23:02:34 +0800 Subject: [PATCH] Update config_client.json --- VMess-TCP-TLS/config_client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMess-TCP-TLS/config_client.json b/VMess-TCP-TLS/config_client.json index 7c6b734..7189e32 100644 --- a/VMess-TCP-TLS/config_client.json +++ b/VMess-TCP-TLS/config_client.json @@ -21,7 +21,7 @@ "protocol": "socks", "settings": { "auth": "noauth", - "udp": "true", + "udp": true, "ip": "127.0.0.1" } },