mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-26 00:10:55 +01:00
better Tor checking (TorDNSEL) in a comment
This commit is contained in:
parent
ae0011af4b
commit
b9e8327372
@ -209,6 +209,9 @@
|
|||||||
// DNS blacklists (DNSBL) http://www.dnsbl.info/dnsbl-list.php
|
// DNS blacklists (DNSBL) http://www.dnsbl.info/dnsbl-list.php
|
||||||
$config['dnsbl'][] = 'tor.dnsbl.sectoor.de'; // Tor exit nodes
|
$config['dnsbl'][] = 'tor.dnsbl.sectoor.de'; // Tor exit nodes
|
||||||
//$config['dnsbl'][] = 'dnsbl.sorbs.net';
|
//$config['dnsbl'][] = 'dnsbl.sorbs.net';
|
||||||
|
// A better way to check for Tor exit nodes (https://www.torproject.org/projects/tordnsel.html.en):
|
||||||
|
// server-port.reverse-server-ip.ip-port.exitlist.torproject.org
|
||||||
|
//$config['dnsbl'][] = $_SERVER['PORT'] . '.' . '4.3.2.1' . '.ip-port.exitlist.torproject.org';
|
||||||
|
|
||||||
// Typically spambots try to post a lot of links. Refuse a post with X standalone links?
|
// Typically spambots try to post a lot of links. Refuse a post with X standalone links?
|
||||||
$config['max_links'] = 20;
|
$config['max_links'] = 20;
|
||||||
|
Loading…
Reference in New Issue
Block a user