From e461bd77982b7d2de3cb72c4860a3836fc1f5e2c Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Mon, 4 Sep 2017 07:09:48 +0900 Subject: [PATCH] Updating default for DNS blacklists , replaces pull request 128 --- inc/config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 227f4c32..ba8e09aa 100644 --- a/inc/config.php +++ b/inc/config.php @@ -196,7 +196,9 @@ // 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'][] = 'rbl.efnetrbl.org'; + $config['dnsbl'][] = 'tor.efnet.org'; + // http://www.sorbs.net/using.shtml // $config['dnsbl'][] = array('dnsbl.sorbs.net', array(2, 3, 4, 5, 6, 7, 8, 9));