Add client.friendlyRemoteAddress() for 'clean' remote IP
This commit is contained in:
@@ -113,6 +113,7 @@ function addNewClient(client, clientSock) {
|
||||
|
||||
const connInfo = {
|
||||
remoteAddress : remoteAddress,
|
||||
freiendlyRemoteAddress: client.friendlyRemoteAddress(),
|
||||
serverName : client.session.serverName,
|
||||
isSecure : client.session.isSecure,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user