mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 00:46:01 +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);
|
||||
}
|
||||
|
||||
connection.server = '127.0.0.1';
|
||||
connection.server = 'localhost';
|
||||
connection.port = tunnel.localPort;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user