Browse Source

replace faulty dnsbl with efnetrbl

main
czaks 7 years ago
parent
commit
4025705eac
  1. 2
      inc/config.php

2
inc/config.php

@ -200,7 +200,7 @@
// $config['dnsbl'][] = array('tor.dnsbl.sectoor.de', 1); //sectoor.de site is dead. the number stands for (an) ip adress(es) I guess.
// Replacement for sectoor.de
$config['dnsbl'][] = 'torexit.dan.me.uk';
$config['dnsbl'][] = array('rbl.efnet.org', 4);
// http://www.sorbs.net/using.shtml
// $config['dnsbl'][] = array('dnsbl.sorbs.net', array(2, 3, 4, 5, 6, 7, 8, 9));

Loading…
Cancel
Save