mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
Automated merge with ssh://hg.atheme.org//hg/charybdis
This commit is contained in:
commit
3c30c7a2de
2 changed files with 4 additions and 4 deletions
|
@ -370,8 +370,8 @@ serverhide {
|
||||||
* See <http://www.ahbl.org/services.php> for more information.
|
* See <http://www.ahbl.org/services.php> for more information.
|
||||||
*/
|
*/
|
||||||
blacklist {
|
blacklist {
|
||||||
host = "dnsbl.dronebl.org";
|
host = "rbl.efnetrbl.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}";
|
reject_reason = "${nick}, your IP (${ip}) is listed in EFnet's RBL. For assistance, see http://efnetrbl.org/?i=${ip}";
|
||||||
|
|
||||||
# host = "ircbl.ahbl.org";
|
# 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.";
|
# 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.";
|
||||||
|
|
|
@ -806,8 +806,8 @@ serverhide {
|
||||||
* See <http://www.ahbl.org/services.php> for more information.
|
* See <http://www.ahbl.org/services.php> for more information.
|
||||||
*/
|
*/
|
||||||
blacklist {
|
blacklist {
|
||||||
host = "dnsbl.dronebl.org";
|
host = "rbl.efnetrbl.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}";
|
reject_reason = "${nick}, your IP (${ip}) is listed in EFnet's RBL. For assistance, see http://efnetrbl.org/?i=${ip}";
|
||||||
|
|
||||||
# host = "ircbl.ahbl.org";
|
# 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.";
|
# 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.";
|
||||||
|
|
Loading…
Reference in a new issue