# HG changeset patch # User Kim Alvefur # Date 1472562924 -7200 # Node ID 2d90a2b8482ec181de0c430301fb2235e32febc1 # Parent 4915b8223b07f73bb4ca9b58df7b4dbbe7b043d7 mod_register_dnsbl: Add README diff -r 4915b8223b07 -r 2d90a2b8482e mod_register_dnsbl/README.markdown --- /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* + +