Modules/dnsbl
From the makers of InspIRCd.
dnsbl module (InspIRCd-dnsbl version)
| 1.0 Documentation | 1.1 Documentation | 1.2 Documentation |
| Description
|
| m_dnsbl provides support for looking up IPs of connecting users on one or more blacklists. It is fully configurable. This is an advanced module and quite some knowledge of DNS is expected from its users. |
| Configuration Tags
|
<dnsbl name="dnsblname" type="bitmask" domain="dns.domain.org" action="KILL" reason="youre banned!" duration="1d" bitmask="5"> OR: <dnsbl name="dnsblname" type="record" domain="dns.domain.org" action="KILL" reason="youre banned!" duration="1d" records="1,2,6,19,24-38"> Where the attributes are as follows:
NOTE: A blacklist may only make use of one of either records or bitmask at any one time, depending on the value of type.
<dnsbl name="Tor sectoor.de"
domain="tor.dnsbl.sectoor.de"
action="GLINE"
reason="Tor exit server detected. Please visit http://www.sectoor.de/tor.php?ip=%ip% for more information."
duration="1h"
bitmask="1">
|
| Additional Modes
|
| This module does not implement any extra user or channel modes. |
| Additional Commands
|
| This module adds no extra commands. |
| Special Notes
|
| Needs to be loaded on each server of a network. |

















