Fix friendly remote address member
This commit is contained in:
parent
1a93ab9be0
commit
3d50c4e80d
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue