Skip to content

Apache 2 module for blocking access using DNSBL

Notifications You must be signed in to change notification settings

rgajadin/mod_defensible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod_defensible
--------------

    « Together, we can win against spammers! »
    « Oh, you made a rime! »


mod_defensible is Apache 2.x module aiming to forbid IP listed
in DNSBL.

It will do DNS lookups to DNSBL you want and will return a 403 Forbidden
error code to the client.

Configuration example:

DnsblUse On
DnsblServers bsb.spamlookup.net bl.blbl.org opm.blitzed.org sbl-xbl.spamhaus.org

If compiled with udns support, you can use a special nameserver with:
DnsblNameserver 127.0.0.1


  But why mod_defensible?
  Because:    ^   ^^ ^^
              d   ns bl

About

Apache 2 module for blocking access using DNSBL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%