From 760a5308ddcee9a7e8108573e773b98b52c47b41 Mon Sep 17 00:00:00 2001 From: BreakWa11 Date: Thu, 19 May 2016 14:14:48 +0800 Subject: [PATCH] add "udp_timeout" in config.json --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index eaaf50c..6b52178 100644 --- a/config.json +++ b/config.json @@ -6,6 +6,7 @@ "local_port": 1080, "password": "m", "timeout": 120, + "udp_timeout": 60, "method": "aes-256-cfb", "protocol": "auth_sha1_compatible", "protocol_param": "",