]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Recommend EFNet's RBL instead of DroneBL due to trustworthiness issues.
authorWilliam Pitcock <redacted>
Fri, 14 May 2010 13:49:26 +0000 (08:49 -0500)
committerWilliam Pitcock <redacted>
Fri, 14 May 2010 13:49:26 +0000 (08:49 -0500)
(StaticBox policy change as of May 14, 2010.)

doc/example.conf
doc/reference.conf

index 0131d15e6b9f7506aaeadfdafe4486e35b5be392..511d56fd4f6d1ee9f4d734b65e3bfc1697067cf8 100755 (executable)
@@ -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.";
index d6b4647b335ea83165ab883d0402d2a64e1ef406..33c54274370cf1b01b8832d69316a3416b196ca1 100755 (executable)
@@ -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.";