Hi, i'm searching for a way to know the hostname of a machine connected to my twisted-server.
I use to know the host the method self.transport.getPeer().host, and i have the IP in this way.
But i need to know the hostname. I'm searching for a way like socket.gethostname().
Waiting your answer :D