mod_register_dnsbl: Add README
authorKim Alvefur <zash@zash.se>
Tue, 30 Aug 2016 15:15:24 +0200
changeset 2299 2d90a2b8482e
parent 2298 4915b8223b07
child 2300 8c0bf3151e37
mod_register_dnsbl: Add README
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*
+
+