add dronbl to DNSBL

This commit is contained in:
Fish 2008-03-04 07:07:33 +00:00
parent 284139f0e7
commit c212fadf6a

1
blsb.c
View file

@ -63,6 +63,7 @@ static dom_list stddomlist[] =
{"Secure-IRC", "bl.irc-chat.net", BL_LOOKUP_TXT_RECORD, "Insecure Host - See http://secure.irc-chat.net/ipinfo.php?ip=%s", 0},
{"Tor_Exit_Server", "exitnodes.tor.dnsbl.sectoor.de", BL_LOOKUP_TXT_RECORD, "Your Host is a Tor Exit Server", 0},
{"IRC Abusive Hosts", "ircbl.ahbl.org", BL_LOOKUP_A_RECORD, "Abusive Host - See http://www.ahbl.org/ for more info and/or removal (your IP is %s)", 0},
{"Drone BlackList", "dnsbl.dronebl.org", BL_LOOKUP_A_RECORD, "Your host is listed in DroneBL. See http://www.dronebl.org/lookup?ip=%s for more info", 0},
{"", "", 0}
};