529 B
529 B
Initial connection
When a client connect to a server, the server might output:
↙️ :server NOTICE * :Checking Ident
↙️ :server NOTICE * :Looking up your hostname...
↙️ :server NOTICE * :Couldn't find your hostname
↙️ :server NOTICE * :No Ident response
What the server does is:
- Check the client's hostname (domain) via an rDNS lookup of the IP address.
- Try to connect to the client's Ident server (if it has one)