Browse Source

modify mgr fast command

dev
破娃酱 8 years ago
parent
commit
d4b7483ef0
  1. 13
      mujson_mgr.py

13
mujson_mgr.py

@ -224,11 +224,14 @@ def main():
'+2': 'tls1.2_ticket_auth_compatible', '+2': 'tls1.2_ticket_auth_compatible',
'2': 'tls1.2_ticket_auth'} '2': 'tls1.2_ticket_auth'}
fast_set_protocol = {'0': 'origin', fast_set_protocol = {'0': 'origin',
'+1': 'verify_sha1_compatible', '+ota': 'verify_sha1_compatible',
'1': 'verify_sha1', 'ota': 'verify_sha1',
'2': 'auth_sha1', 'a1': 'auth_sha1',
'3': 'auth_sha1_v2', '+a1': 'auth_sha1_compatible',
'4': 'auth_sha1_v4', 'a2': 'auth_sha1_v2',
'+a2': 'auth_sha1_v2_compatible',
'a4': 'auth_sha1_v4',
'+a4': 'auth_sha1_v4_compatible',
'am': 'auth_aes128_md5', 'am': 'auth_aes128_md5',
'as': 'auth_aes128_sha1', 'as': 'auth_aes128_sha1',
} }

Loading…
Cancel
Save