From 0cc4dc22947c3ab37596526fd42144ffb469c74b Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 27 Dec 2024 23:44:00 -0800 Subject: [PATCH] Add doc/initial.md --- doc/initial.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/initial.md diff --git a/doc/initial.md b/doc/initial.md new file mode 100644 index 0000000..f6b5174 --- /dev/null +++ b/doc/initial.md @@ -0,0 +1,14 @@ +[⬅️ Back to `index`](index.md) + +# 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: +1. Check the client's hostname (domain) via an rDNS lookup of the IP address. +2. Try to connect to the client's [Ident server](https://en.wikipedia.org/wiki/Ident_protocol) (if it has one)