modify mgr fast command
This commit is contained in:
parent
ad892e1223
commit
d4b7483ef0
1 changed files with 8 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue