From 29409f145621fa70f93e7527711285dea6affa11 Mon Sep 17 00:00:00 2001 From: Hollick Date: Fri, 28 Apr 2017 19:07:17 +0200 Subject: [PATCH] Update config.php Well I'm just putting this info out there for those that need tor protection. no reason to pull this if not stable. --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index b75e564f..9621bb58 100644 --- a/inc/config.php +++ b/inc/config.php @@ -197,10 +197,10 @@ // 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. // Example: $config['dnsbl'][] = 'another.blacklist.net'; // - $config['dnsbl'][] = array('tor.dnsbl.sectoor.de', 1); //sectoor.de site is dead. the number stands for (an) ip adress(es) I guess. + // $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'][] = 'torexit.dan.me.uk'; // http://www.sorbs.net/using.shtml // $config['dnsbl'][] = array('dnsbl.sorbs.net', array(2, 3, 4, 5, 6, 7, 8, 9));