Skip to content

Commit 860be16

Browse files
author
Artem
committed
try to work with IPv4 only
1 parent 2a69478 commit 860be16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/ssh/models/ssh-tunnel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class SshTunnel {
2020
) {
2121
const address = this.server?.address() as AddressInfo;
2222
this.serverAddress = {
23-
host: address?.address,
23+
host: '127.0.0.1',
2424
port: address?.port,
2525
};
2626
}

0 commit comments

Comments
 (0)