From 1a3a363c7d554efd4e4d40494d82b66da0509948 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sun, 18 Mar 2012 06:35:33 +1100 Subject: [PATCH] Enable tor.dnsbl.sectoor.de by default. --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 465281b1..776e5d99 100644 --- a/inc/config.php +++ b/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));