mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
Fix client IP when connected via SSH
This commit is contained in:
parent
27991ec3a0
commit
701f3c9728
3 changed files with 6 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue