Fix friendly remote address member

This commit is contained in:
Bryan Ashby 2022-06-23 15:06:00 -06:00
parent 1a93ab9be0
commit 3d50c4e80d
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};