From 04aed06489bc9f1ebc30059ab0f6353063b7c856 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 22 Aug 2022 19:52:38 +0000 Subject: [PATCH] ipblocklist: "Tor" is not fully capitalized MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/ipblocklist/sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources index c750dcd585..a6f82354cf 100644 --- a/config/ipblocklist/sources +++ b/config/ipblocklist/sources @@ -93,14 +93,14 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name' => 'Emerging Threats Blocklis 'parser' => 'ip-or-net-list', 'rate' => '15m', 'category' => 'reputation' }, - 'TOR_ALL' => { 'name' => 'Known TOR Nodes', + 'TOR_ALL' => { 'name' => 'Known Tor Nodes', 'url' => 'https://www.dan.me.uk/torlist', 'info' => 'https://www.dan.me.uk/tornodes', 'parser' => 'ip-or-net-list', 'rate' => '1h', 'category' => 'application', 'disable' => 'TOR_EXIT' }, - 'TOR_EXIT' => { 'name' => 'Known TOR Exit Nodes', + 'TOR_EXIT' => { 'name' => 'Known Tor Exit Nodes', 'url' => 'https://www.dan.me.uk/torlist/?exit', 'info' => 'https://www.dan.me.uk/tornodes', 'parser' => 'ip-or-net-list',, -- 2.39.5