Browse Source

Replace faulty DNSBL; see upstream commit

4025705eac
pull/128/head
Gen2 GitHub 6 years ago
parent
commit
b5e885899d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inc/config.php

+ 1
- 1
inc/config.php View File

@@ -196,7 +196,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('rbl.efnet.org', 4);

// Replacement for sectoor.de
// $config['dnsbl'][] = 'torexit.dan.me.uk';


Loading…
Cancel
Save