* Better place to get server name/type
* Servers export 'isSecure'
This commit is contained in:
@@ -22,7 +22,8 @@ function addNewClient(client, clientSock) {
|
||||
|
||||
var connInfo = {
|
||||
ip : clientSock.remoteAddress,
|
||||
serverType : client.session.serverType,
|
||||
serverName : client.session.serverName,
|
||||
isSecure : client.session.isSecure,
|
||||
};
|
||||
|
||||
if(client.log.debug()) {
|
||||
|
||||
Reference in New Issue
Block a user