Another request by Celine
. =] Blocks certain idents from connecting if they're using a plain port (so without SSL/TLS lol). As it supports wildcards too, it doesn't take into account the maximum ident length (USERLEN
, which is 10 by default). ;]
Config block:
block_notlsident {
ident "*ayy*";
ident "someident";
// More go here
};