Update DNSCNC Transports table

This commit is contained in:
Oleksii Shevchuk 2018-03-09 10:48:51 +02:00
parent ab7cf94860
commit a4fd3fe7a7
1 changed files with 2 additions and 2 deletions

View File

@ -472,9 +472,9 @@ class SetProxy(Command):
class Connect(Command):
well_known_transports_decode = dict(enumerate([
'obfs3','udp_secure','http','tcp_cleartext','rsa',
'obfs3','kc4','http','tcp_cleartext','rsa',
'ssl','udp_cleartext','scramblesuit','ssl_rsa', 'ec4',
'websocket'
'websocket', 'ecm'
], 1))
well_known_transports_encode = {