modify mgr fast command

This commit is contained in:
破娃酱 2017-01-12 22:06:20 +08:00
parent ad892e1223
commit d4b7483ef0

View file

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