About
mod_defensible is an Apache 2.x module intended to block spammers using DNSBL servers.
It will look at the client IP and check it in one or several DNSBL servers and return a 403 Forbidden page to the client.
Download
- mod_defensible-1.4.tar.gz (24 sep 2007)
- git://git.naquadah.org/mod_defensible.git (web)
Installation
% ./configure
% make
% su -
# make install
You can use --with-udns to enable udns (asynchronous resolver library) usage, which should be faster. However, this is not mandatory.
Configuration
# Activate DNSBL usage
DnsblUse On
# Specify DNSBL servers
DnsblServers xbl-bl.spamhaus.org. mydnbl.server.org.
With udns support, you can also use:
# Specify another nameserver to use instead of default system resolver
DnsblNameserver 192.168.3.254
Why?
mod_ d efe ns i bl e



