Recommend EFNet's RBL instead of DroneBL due to trustworthiness issues.

(StaticBox policy change as of May 14, 2010.)
This commit is contained in:
William Pitcock 2010-05-14 08:49:26 -05:00
parent 86ed11bb4c
commit 4ea91f08c5
2 changed files with 4 additions and 4 deletions

View File

@ -429,8 +429,8 @@ serverhide {
* See <http://www.ahbl.org/services.php> 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.";

View File

@ -943,8 +943,8 @@ serverhide {
* See <http://www.ahbl.org/services.php> 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.";