Mercurial > prosody-modules
diff mod_register_dnsbl/README.markdown @ 2295:2d90a2b8482e
mod_register_dnsbl: Add README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 30 Aug 2016 15:15:24 +0200 |
parents | |
children | 6412595e2046 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_register_dnsbl/README.markdown Tue Aug 30 15:15:24 2016 +0200 @@ -0,0 +1,14 @@ +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. + +Configuration +============= + + Option Type Default + ------------------- -------- ------------ + registration\_rbl string *Required* + +