fix: use jump host SOCKS proxy settings (#1116)

This commit is contained in:
ZacharyZcR
2026-07-28 02:21:21 +08:00
committed by GitHub
parent 5c709d38d6
commit 291ccf2549
9 changed files with 65 additions and 85 deletions
-1
View File
@@ -3000,7 +3000,6 @@ wss.on("connection", async (ws: WebSocket, req) => {
const jumpClient = await createJumpHostChain(
hostConfig.jumpHosts!,
hostConfig.userId!,
proxyConfig,
);
if (!jumpClient) {