From 4025705eaca0d8025ae09ae93564ecb350b6a72b Mon Sep 17 00:00:00 2001 From: czaks Date: Mon, 24 Jul 2017 15:04:01 -0400 Subject: [PATCH] replace faulty dnsbl with efnetrbl --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 38375554..14c00665 100644 --- a/inc/config.php +++ b/inc/config.php @@ -200,7 +200,7 @@ // $config['dnsbl'][] = array('tor.dnsbl.sectoor.de', 1); //sectoor.de site is dead. the number stands for (an) ip adress(es) I guess. // Replacement for sectoor.de - $config['dnsbl'][] = 'torexit.dan.me.uk'; + $config['dnsbl'][] = array('rbl.efnet.org', 4); // http://www.sorbs.net/using.shtml // $config['dnsbl'][] = array('dnsbl.sorbs.net', array(2, 3, 4, 5, 6, 7, 8, 9));