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:
@@ -3000,7 +3000,6 @@ wss.on("connection", async (ws: WebSocket, req) => {
|
||||
const jumpClient = await createJumpHostChain(
|
||||
hostConfig.jumpHosts!,
|
||||
hostConfig.userId!,
|
||||
proxyConfig,
|
||||
);
|
||||
|
||||
if (!jumpClient) {
|
||||
|
||||
Reference in New Issue
Block a user