From a0998bcdd7c64997fee1b5fb9667c5797438c5a1 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 6 Apr 2014 12:32:44 +0200 Subject: [PATCH] example confs: Remove AHBL blacklists, which are no longer available. --- doc/ircd.conf.example | 12 ------------ doc/reference.conf | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/doc/ircd.conf.example b/doc/ircd.conf.example index 18e45e6f3..5968e5fd7 100755 --- a/doc/ircd.conf.example +++ b/doc/ircd.conf.example @@ -397,24 +397,12 @@ serverhide { * * Consult your blacklist provider for the meaning of these parameters; they * are usually used to denote different ban types. - * - * Note: AHBL (the providers of the below *.ahbl.org BLs) request that they be - * contacted, via email, at admins@2mbit.com before using these BLs. - * See for more information. */ blacklist { host = "rbl.efnetrbl.org"; type = ipv4; reject_reason = "${nick}, your IP (${ip}) is listed in EFnet's RBL. For assistance, see http://efnetrbl.org/?i=${ip}"; -# host = "ircbl.ahbl.org"; -# type = ipv4; -# 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."; -# -# host = "tor.ahbl.org"; -# type = ipv4; -# reject_reason = "${nick}, your IP (${ip}) is listed as a TOR exit node. In order to protect ${network-name} from tor-based abuse, we are not allowing TOR exit nodes to connect to our network."; -# /* Example of a blacklist that supports both IPv4 and IPv6 and using matches */ # host = "foobl.blacklist.invalid"; # type = ipv4, ipv6; diff --git a/doc/reference.conf b/doc/reference.conf index 9df108d97..3e63d5987 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -851,24 +851,12 @@ serverhide { * * Consult your blacklist provider for the meaning of these parameters; they * are usually used to denote different ban types. - * - * Note: AHBL (the providers of the below *.ahbl.org BLs) request that they be - * contacted, via email, at admins@2mbit.com before using these BLs. - * See for more information. */ blacklist { host = "rbl.efnetrbl.org"; type = ipv4; reject_reason = "${nick}, your IP (${ip}) is listed in EFnet's RBL. For assistance, see http://efnetrbl.org/?i=${ip}"; -# host = "ircbl.ahbl.org"; -# type = ipv4; -# 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."; -# -# host = "tor.ahbl.org"; -# type = ipv4; -# reject_reason = "${nick}, your IP (${ip}) is listed as a TOR exit node. In order to protect ${network-name} from tor-based abuse, we are not allowing TOR exit nodes to connect to our network."; -# /* Example of a blacklist that supports both IPv4 and IPv6 and using matches */ # host = "foobl.blacklist.invalid"; # matches = "4", "6", "127.0.0.10";