This commit is contained in:
破娃酱 2016-09-26 21:19:33 +08:00
parent a407bcc568
commit e7db6d4248

View file

@ -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()