1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-24 14:23:23 +01:00

Fixed DNSBL TOR

This commit is contained in:
fallenPineapple 2017-04-28 17:07:30 -04:00
commit 9bb405f3ae

View File

@ -202,6 +202,11 @@
// 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);
// Example: $config['dnsbl'][] = 'another.blacklist.net'; //
// $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';
// http://www.sorbs.net/using.shtml
// $config['dnsbl'][] = array('dnsbl.sorbs.net', array(2, 3, 4, 5, 6, 7, 8, 9));