mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 03:53:57 +00:00
Change from 127.0.0.1 to localhost for SSH tunnel
This commit is contained in:
@@ -52,7 +52,7 @@ async function connectUtility(driver, storedConnection, connectionMode, addition
|
|||||||
throw new Error(tunnel.message);
|
throw new Error(tunnel.message);
|
||||||
}
|
}
|
||||||
|
|
||||||
connection.server = '127.0.0.1';
|
connection.server = 'localhost';
|
||||||
connection.port = tunnel.localPort;
|
connection.port = tunnel.localPort;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user