Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
2889:7fb82481b3db | 2890:6412595e2046 |
---|---|
1 Introduction | 1 Introduction |
2 ============ | 2 ============ |
3 | 3 |
4 This module checks the IP address of newly registered users against a | 4 This module checks the IP addresses attempting to register an account |
5 DNS block list. If a positive match is found, it gets logged. | 5 against a DNSBL, blocking the attempt if there is a hit. |
6 | 6 |
7 Configuration | 7 Configuration |
8 ============= | 8 ============= |
9 | 9 |
10 Option Type Default | 10 Option Type Default |
11 ------------------- -------- ------------ | 11 ------------------- -------- ------------ |
12 registration\_rbl string *Required* | 12 registration\_rbl string *Required* |
13 | 13 |
14 Compatibility | |
15 ============= | |
14 | 16 |
17 Prosody Trunk | |
18 [1a0b76b07b7a](https://hg.prosody.im/trunk/rev/1a0b76b07b7a) or later. |