add tls1.2_ticket_fastauth
This commit is contained in:
parent
2cf5f1982e
commit
280c762760
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ def create_tls_ticket_auth_obfs(method):
|
||||||
obfs_map = {
|
obfs_map = {
|
||||||
'tls1.2_ticket_auth': (create_tls_ticket_auth_obfs,),
|
'tls1.2_ticket_auth': (create_tls_ticket_auth_obfs,),
|
||||||
'tls1.2_ticket_auth_compatible': (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):
|
def match_begin(str1, str2):
|
||||||
|
|
Loading…
Add table
Reference in a new issue