Mercurial > prosody-modules
view mod_register_dnsbl/README.markdown @ 4596:c406e4bf7ee5
mod_prometheus: Revert part of previous commit
Accidentally added one too many of these asserts when adding to every
module that used get_stats.
This one does work with openmetrics already!
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 20 Jun 2021 13:54:23 +0200 |
parents | 6412595e2046 |
children |
line wrap: on
line source
Introduction ============ This module checks the IP addresses attempting to register an account against a DNSBL, blocking the attempt if there is a hit. Configuration ============= Option Type Default ------------------- -------- ------------ registration\_rbl string *Required* Compatibility ============= Prosody Trunk [1a0b76b07b7a](https://hg.prosody.im/trunk/rev/1a0b76b07b7a) or later.