From a0ee80a5ad1ee2da4c9c4d330b892495582d565b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=B4=E5=A8=83=E9=85=B1?= Date: Fri, 14 Oct 2016 17:53:20 +0800 Subject: [PATCH] new default config --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index f30ce55..572bf58 100644 --- a/config.json +++ b/config.json @@ -8,9 +8,9 @@ "timeout": 120, "udp_timeout": 60, "method": "aes-256-cfb", - "protocol": "auth_sha1_v2_compatible", + "protocol": "auth_sha1_v4_compatible", "protocol_param": "", - "obfs": "http_simple_compatible", + "obfs": "tls1.2_ticket_auth_compatible", "obfs_param": "", "dns_ipv6": false, "connect_verbose_info": 0,