add tls1.2_ticket_fastauth

This commit is contained in:
破娃酱 2017-06-03 13:51:35 +08:00
parent 2cf5f1982e
commit 280c762760

View file

@ -41,6 +41,8 @@ def create_tls_ticket_auth_obfs(method):
obfs_map = {
'tls1.2_ticket_auth': (create_tls_ticket_auth_obfs,),
'tls1.2_ticket_auth_compatible': (create_tls_ticket_auth_obfs,),
'tls1.2_ticket_fastauth': (create_tls_ticket_auth_obfs,),
'tls1.2_ticket_fastauth_compatible': (create_tls_ticket_auth_obfs,),
}
def match_begin(str1, str2):