mirror of
https://github.com/anope/anope.git
synced 2026-07-03 10:13:12 +02:00
Added configuration for m_dnsbl for what return values get banned
This commit is contained in:
+12
-1
@@ -1744,16 +1744,27 @@ blacklist
|
||||
{
|
||||
/* Name of the blacklist */
|
||||
name = "rbl.efnetrbl.org";
|
||||
|
||||
/* How long to set the akill for */
|
||||
time = 4h;
|
||||
|
||||
/* Reason for akill.
|
||||
* %n is the nick of the user
|
||||
* %u is the ident/username of the user
|
||||
* %r is the realname of the user
|
||||
* %g is the realname of the user
|
||||
* %h is the hostname of the user
|
||||
* %i is the IP of the user
|
||||
* %r is the reason (configured below). Will be nothing if not configured.
|
||||
*/
|
||||
reason = "You are listed in the efnet RBL, visit http://rbl.efnetrbl.org/?i=%i for info"
|
||||
|
||||
/* Replies to ban and their reason. If this is totally ommited all replies get banned */
|
||||
1 = "Open Proxy";
|
||||
/* Don't ban for result 2 or 3 */
|
||||
#2 = "spamtrap666";
|
||||
#3 = "spamtrap50";
|
||||
4 = "TOR";
|
||||
5 = "Drones / Flooding";
|
||||
}
|
||||
blacklist
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user