]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Readd DroneBL to the list of default blacklist. Most of the trustworthiness
authorJD Horelick <redacted>
Thu, 10 Jun 2010 21:15:50 +0000 (17:15 -0400)
committerJD Horelick <redacted>
Thu, 10 Jun 2010 21:15:50 +0000 (17:15 -0400)
issues have been fixed. Keep EFNet RBL though. :)

doc/example.conf
doc/reference.conf

index 511d56fd4f6d1ee9f4d734b65e3bfc1697067cf8..ce6af455f5d1c5a4b6f9e136f890774d48c6d0d8 100755 (executable)
@@ -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.";
 #
index 33c54274370cf1b01b8832d69316a3416b196ca1..4378942113ea5d6ab43e57c63dd01a02decf7171 100755 (executable)
@@ -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.";