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));