forked from GithubBackups/vichan
Updated dnsbl to only block exit nodes
This commit is contained in:
parent
8ac83fbba6
commit
69cd484038
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user