Merge pull request #332 from cmdrk/master

Updated dnsbl to only block exit nodes
This commit is contained in:
Fredrick Brennan 2015-01-01 14:57:24 +08:00
commit 3692d12cbc

View File

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