telnetlib
telnetlib copied to clipboard
how to get ip address of client
the same to title
It isn't (yet) exposed directly, but the socket object that TelnetSocket wraps is accessible. You'll want to do c.socket.remoteAddress.