From 69cd484038c9744211704cc03f51c29c7d75f95d Mon Sep 17 00:00:00 2001 From: cmdrk Date: Thu, 1 Jan 2015 00:09:58 -0600 Subject: [PATCH] Updated dnsbl to only block exit nodes --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 1769ed6a..2cd05f18 100644 --- a/inc/config.php +++ b/inc/config.php @@ -184,7 +184,7 @@ // Prevents most Tor exit nodes from making posts. Recommended, as a lot of abuse comes from Tor because // of the strong anonymity associated with it. - $config['dnsbl'][] = array('tor.dnsbl.sectoor.de', 1); + $config['dnsbl'][] = array('exitnodes.tor.dnsbl.sectoor.de', 1); // http://www.sorbs.net/using.shtml // $config['dnsbl'][] = array('dnsbl.sorbs.net', array(2, 3, 4, 5, 6, 7, 8, 9));