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