We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a69478 commit 860be16Copy full SHA for 860be16
redisinsight/api/src/modules/ssh/models/ssh-tunnel.ts
@@ -20,7 +20,7 @@ export class SshTunnel {
20
) {
21
const address = this.server?.address() as AddressInfo;
22
this.serverAddress = {
23
- host: address?.address,
+ host: '127.0.0.1',
24
port: address?.port,
25
};
26
}
0 commit comments