From bb86d55b1fa4e9844f477914a5e1934ec41264e3 Mon Sep 17 00:00:00 2001 From: Hollick Date: Fri, 28 Apr 2017 16:09:15 +0200 Subject: [PATCH 1/3] Fixed DNSBL TOR Don't know if Sectoor.de comes online again. Found this new dnsbl tor blacklist checker. in case you really need a tor blacklist. --- inc/config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 6d1a8081..adff978f 100644 --- a/inc/config.php +++ b/inc/config.php @@ -196,7 +196,11 @@ // 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); + // 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. + + // Replacement for sectoor will be the new one if sectoor stays dead + $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)); From c4358b078efcb21e8a1cbf3082111651385373d3 Mon Sep 17 00:00:00 2001 From: Hollick Date: Fri, 28 Apr 2017 16:19:32 +0200 Subject: [PATCH 2/3] Update config.php --- inc/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/config.php b/inc/config.php index adff978f..b75e564f 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 will be the new one if sectoor stays dead - $config['dnsbl'][] = 'torexit.dan.me.uk'; + // Replacement for sectoor.de + // $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)); From 29409f145621fa70f93e7527711285dea6affa11 Mon Sep 17 00:00:00 2001 From: Hollick Date: Fri, 28 Apr 2017 19:07:17 +0200 Subject: [PATCH 3/3] 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));