From 425ea8ce5d41b12eddf342b1043366bbf86e72bc Mon Sep 17 00:00:00 2001 From: Clarence Gui <55305469+Sanczzg@users.noreply.github.com> Date: Sat, 1 Aug 2020 23:07:26 +0800 Subject: [PATCH] Update config_client.json --- Socks5-TLS/config_client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Socks5-TLS/config_client.json b/Socks5-TLS/config_client.json index e97a43c..058ed07 100644 --- a/Socks5-TLS/config_client.json +++ b/Socks5-TLS/config_client.json @@ -21,7 +21,7 @@ "protocol": "socks", "settings": { "auth": "noauth", - "udp": "true", + "udp": true, "ip": "127.0.0.1" } },