From 56b01ac1ef8fd4f2fd5fb4932d1f0a1ebb197e84 Mon Sep 17 00:00:00 2001 From: Hollick Date: Fri, 28 Apr 2017 19:18:08 +0200 Subject: [PATCH] sectoor.de is dead apparently Well not saying this is the best fix or blacklist server. but it's the only I found that worked for me. I just read about some dnsbl so I'm no expert on it. Sectoor.de might go back to the living though. --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index 5396dd2f..f8a9debb 100644 --- a/inc/config.php +++ b/inc/config.php @@ -198,6 +198,9 @@ // of the strong anonymity associated with it. $config['dnsbl'][] = array('tor.dnsbl.sectoor.de', 1); + // Replacement for sectoor.de + // $config['dnsbl'][] = 'torexit.dan.me.uk'; + // http://www.sorbs.net/using.shtml // $config['dnsbl'][] = array('dnsbl.sorbs.net', array(2, 3, 4, 5, 6, 7, 8, 9));