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'}
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',
}

Loading…
Cancel
Save