Browse Source

Enable tor.dnsbl.sectoor.de by default.

pull/40/head
Michael Save 12 years ago
parent
commit
1a3a363c7d
  1. 2
      inc/config.php

2
inc/config.php

@ -168,7 +168,7 @@
// DNS blacklists (DNSBL) http://tinyboard.org/docs/dnsbl.html
// http://www.sectoor.de/tor.php
//$config['dnsbl'][] = Array('tor.dnsbl.sectoor.de', 1); // Tor exit servers
$config['dnsbl'][] = Array('tor.dnsbl.sectoor.de', 1); // Tor exit servers
// http://www.sorbs.net/using.shtml
// $config['dnsbl'][] = Array('dnsbl.sorbs.net', Array(2, 3, 4, 5, 6, 7, 8, 9));

Loading…
Cancel
Save