From 967f240cfdc31ec533416e957c65bb137afd4404 Mon Sep 17 00:00:00 2001 From: QxQ <59914293+U-v-U@users.noreply.github.com> Date: Fri, 31 Jul 2020 20:50:20 +0800 Subject: [PATCH] removed policy settings --- Socks5-TLS/config_client.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Socks5-TLS/config_client.json b/Socks5-TLS/config_client.json index 5339657..d0d84e6 100644 --- a/Socks5-TLS/config_client.json +++ b/Socks5-TLS/config_client.json @@ -33,12 +33,5 @@ "network": "tcp", "security": "tls" } - }, - "policy": { - "levels": { - "0": { - "uplinkOnly": 0 - } - } } -} \ No newline at end of file +}