From d4b7483ef0c62d7182891d1b6bb706724f89008b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=B4=E5=A8=83=E9=85=B1?= Date: Thu, 12 Jan 2017 22:06:20 +0800 Subject: [PATCH] modify mgr fast command --- mujson_mgr.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/mujson_mgr.py b/mujson_mgr.py index 312bb0e..23338ef 100644 --- a/mujson_mgr.py +++ b/mujson_mgr.py @@ -224,11 +224,14 @@ def main(): '+2': 'tls1.2_ticket_auth_compatible', '2': 'tls1.2_ticket_auth'} fast_set_protocol = {'0': 'origin', - '+1': 'verify_sha1_compatible', - '1': 'verify_sha1', - '2': 'auth_sha1', - '3': 'auth_sha1_v2', - '4': 'auth_sha1_v4', + '+ota': 'verify_sha1_compatible', + 'ota': 'verify_sha1', + 'a1': 'auth_sha1', + '+a1': 'auth_sha1_compatible', + 'a2': 'auth_sha1_v2', + '+a2': 'auth_sha1_v2_compatible', + 'a4': 'auth_sha1_v4', + '+a4': 'auth_sha1_v4_compatible', 'am': 'auth_aes128_md5', 'as': 'auth_aes128_sha1', }