From 40e92fca0e5479bbd4d2f07408bd669400955a56 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 14 May 2010 08:49:26 -0500 Subject: [PATCH] Recommend EFNet's RBL instead of DroneBL due to trustworthiness issues. (StaticBox policy change as of May 14, 2010.) --- doc/example.conf | 4 ++-- doc/reference.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/example.conf b/doc/example.conf index 8c9dbf23..e1fbf2d3 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -370,8 +370,8 @@ serverhide { * See for more information. */ blacklist { - 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 = "rbl.efnetrbl.org"; + reject_reason = "${nick}, your IP (${ip}) is listed in EFnet's RBL. For assistance, see http://efnetrbl.org/?i=${ip}"; # 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 4c0e604b..03fc0412 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -806,8 +806,8 @@ serverhide { * See for more information. */ blacklist { - 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 = "rbl.efnetrbl.org"; + reject_reason = "${nick}, your IP (${ip}) is listed in EFnet's RBL. For assistance, see http://efnetrbl.org/?i=${ip}"; # 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.";