Fix client IP when connected via SSH

This commit is contained in:
Bryan Ashby 2017-02-18 09:37:22 -07:00
parent 27991ec3a0
commit 701f3c9728
3 changed files with 6 additions and 9 deletions

View file

@ -457,10 +457,6 @@ Client.prototype.waitForKeyPress = function(cb) {
});
};
Client.prototype.address = function() {
return this.input.address();
};
Client.prototype.isLocal = function() {
// :TODO: return rather client is a local connection or not
return false;