Fix friendly remote address member
This commit is contained in:
@@ -131,7 +131,7 @@ function addNewClient(client, clientSock) {
|
||||
|
||||
const connInfo = {
|
||||
remoteAddress: remoteAddress,
|
||||
freiendlyRemoteAddress: client.friendlyRemoteAddress(),
|
||||
friendlyRemoteAddress: client.friendlyRemoteAddress(),
|
||||
serverName: client.session.serverName,
|
||||
isSecure: client.session.isSecure,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user