add ircbl.ahbl.org to default black lists
This commit is contained in:
parent
96ba126aa0
commit
52f275b5f4
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
Black List Scanning Bot Module for NeoStats Changelog.
|
||||
Fish (F) & Mark (M) & DeadNotBuried (D)
|
||||
==============================================================================
|
||||
3.0.b1
|
||||
3.0.b1-dev
|
||||
- add ircbl.ahbl.org to default black lists (D)
|
||||
- Fix check for NOBAN on add (D)
|
||||
3.0.a3
|
||||
- Add support for lookup lists only without banning (D)
|
||||
|
|
1
blsb.c
1
blsb.c
|
@ -63,6 +63,7 @@ static dom_list stddomlist[] =
|
|||
{"Blitzed_OPM", "opm.blitzed.org", BL_LOOKUP_TXT_RECORD, "Open proxy - see http://opm.blitzed.org/%s", 0},
|
||||
{"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", "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/", 0},
|
||||
{"", "", 0}
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue