Updating default for DNS blacklists , replaces pull request 128
This commit is contained in:
parent
6041e37216
commit
e461bd7798
@ -196,7 +196,9 @@
|
|||||||
|
|
||||||
// Prevents most Tor exit nodes from making posts. Recommended, as a lot of abuse comes from Tor because
|
// 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.
|
// of the strong anonymity associated with it.
|
||||||
$config['dnsbl'][] = array('tor.dnsbl.sectoor.de', 1);
|
$config['dnsbl'][] = 'rbl.efnetrbl.org';
|
||||||
|
$config['dnsbl'][] = 'tor.efnet.org';
|
||||||
|
|
||||||
|
|
||||||
// http://www.sorbs.net/using.shtml
|
// http://www.sorbs.net/using.shtml
|
||||||
// $config['dnsbl'][] = array('dnsbl.sorbs.net', array(2, 3, 4, 5, 6, 7, 8, 9));
|
// $config['dnsbl'][] = array('dnsbl.sorbs.net', array(2, 3, 4, 5, 6, 7, 8, 9));
|
||||||
|
Loading…
Reference in New Issue
Block a user