mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-08-29 18:31:33 +00:00
fix: use jump host SOCKS proxy settings (#1116)
This commit is contained in:
@@ -994,7 +994,6 @@ export function registerDockerSshRoutes(app: express.Express): void {
|
||||
const jumpClient = await createJumpHostChain(
|
||||
host.jumpHosts as Array<{ hostId: number }>,
|
||||
userId,
|
||||
proxyConfig,
|
||||
);
|
||||
|
||||
if (!jumpClient) {
|
||||
|
||||
Reference in New Issue
Block a user