reverse-dns clients on connect with pre-registration notices (checking ident / looking up your hostname)

This commit is contained in:
Jean Chevronnet 2026-08-07 18:39:03 +00:00
parent 58596aea66
commit 4fc26d13e9
8 changed files with 392 additions and 24 deletions

View file

@ -25,6 +25,7 @@ pub mod mode;
pub mod module;
pub mod modules;
pub mod numeric;
pub mod resolver;
pub mod server;
pub mod socketengine;
pub mod tls;