fix typo
This commit is contained in:
parent
a407bcc568
commit
e7db6d4248
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class MuMgr(object):
|
||||||
|
|
||||||
def add(self, user):
|
def add(self, user):
|
||||||
up = {'enable': True, 'u': 0, 'd': 0, 'method': "aes-128-cfb",
|
up = {'enable': True, 'u': 0, 'd': 0, 'method': "aes-128-cfb",
|
||||||
'protocol': "auth_sha1_v3_compatible",
|
'protocol': "auth_sha1_v4_compatible",
|
||||||
'obfs': "tls1.2_ticket_auth_compatible",
|
'obfs': "tls1.2_ticket_auth_compatible",
|
||||||
'transfer_enable': 1125899906842624}
|
'transfer_enable': 1125899906842624}
|
||||||
up['passwd'] = self.rand_pass()
|
up['passwd'] = self.rand_pass()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue