Add doc/initial.md
This commit is contained in:
parent
fa4ef0098c
commit
0cc4dc2294
1 changed files with 14 additions and 0 deletions
14
doc/initial.md
Normal file
14
doc/initial.md
Normal file
|
@ -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)
|
Loading…
Reference in a new issue