Mercurial > prosody-modules
diff mod_register_dnsbl/README.markdown @ 2890:6412595e2046
mod_register_dnsbl: Use async support in trunk to actually block registration if a positive match is found in the DNSBL
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 23 Feb 2018 21:56:42 +0100 |
parents | 2d90a2b8482e |
children |
line wrap: on
line diff
--- a/mod_register_dnsbl/README.markdown Fri Feb 23 21:50:47 2018 +0100 +++ b/mod_register_dnsbl/README.markdown Fri Feb 23 21:56:42 2018 +0100 @@ -1,8 +1,8 @@ Introduction ============ -This module checks the IP address of newly registered users against a -DNS block list. If a positive match is found, it gets logged. +This module checks the IP addresses attempting to register an account +against a DNSBL, blocking the attempt if there is a hit. Configuration ============= @@ -11,4 +11,8 @@ ------------------- -------- ------------ registration\_rbl string *Required* +Compatibility +============= +Prosody Trunk +[1a0b76b07b7a](https://hg.prosody.im/trunk/rev/1a0b76b07b7a) or later.