Fix udp_secure name in picocmd

This commit is contained in:
Oleksii Shevchuk 2017-04-04 10:51:23 +03:00
parent 91dabc2e02
commit 454e53bb86
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ class SystemInfo(Command):
class Connect(Command):
well_known_transports_decode = dict(enumerate([
'obfs3','udp','http','tcp_cleartext','rsa',
'obfs3','udp_secure','http','tcp_cleartext','rsa',
'ssl','udp_cleartext','scramblesuit','ssl_rsa', 'ec4'
], 1))