From 9f1913e7b87386e14d94f1eed1c5d09bcddd10db Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Thu, 10 Jun 2010 17:15:50 -0400 Subject: [PATCH] Readd DroneBL to the list of default blacklist. Most of the trustworthiness issues have been fixed. Keep EFNet RBL though. :) --- doc/example.conf | 3 +++ doc/reference.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/example.conf b/doc/example.conf index 511d56f..ce6af45 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -432,6 +432,9 @@ blacklist { host = "rbl.efnetrbl.org"; reject_reason = "${nick}, your IP (${ip}) is listed in EFnet's RBL. For assistance, see http://efnetrbl.org/?i=${ip}"; + host = "dnsbl.dronebl.org"; + reject_reason = "${nick}, your IP (${ip}) is listed in DroneBL. For assistance, see http://dronebl.org/lookup_branded.do?ip=${ip}&network=${network-name}"; + # host = "ircbl.ahbl.org"; # reject_reason = "${nick}, your IP (${ip}) is listed in ${dnsbl-host} for having an open proxy. In order to protect ${network-name} from abuse, we are not allowing connections with open proxies to connect."; # diff --git a/doc/reference.conf b/doc/reference.conf index 33c5427..4378942 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -945,6 +945,9 @@ serverhide { blacklist { host = "rbl.efnetrbl.org"; reject_reason = "${nick}, your IP (${ip}) is listed in EFnet's RBL. For assistance, see http://efnetrbl.org/?i=${ip}"; + + host = "dnsbl.dronebl.org"; + reject_reason = "${nick}, your IP (${ip}) is listed in DroneBL. For assistance, see http://dronebl.org/lookup_branded.do?ip=${ip}&network=${network-name}"; # host = "ircbl.ahbl.org"; # reject_reason = "${nick}, your IP (${ip}) is listed in ${dnsbl-host} for having an open proxy. In order to protect ${network-name} from abuse, we are not allowing connections with open proxies to connect.";