fixed #5000 - native socksv5 connection support in ssh and connection mode UI overhaul

This commit is contained in:
Eugene Pankov
2021-11-28 18:21:26 +01:00
parent 246ae9fe77
commit 9856249c88
12 changed files with 169 additions and 44 deletions

View File

@@ -84,7 +84,7 @@ Tabby.registerModule('crypto', {
},
})
Tabby.registerMock('dns', {})
Tabby.registerMock('socksv5', {})
Tabby.registerMock('@luminati-io/socksv5', {})
Tabby.registerMock('util', require('util/'))
Tabby.registerMock('keytar', {
getPassword: () => null,