]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ipblocklist: "Tor" is not fully capitalized
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 22 Aug 2022 19:52:38 +0000 (19:52 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 22 Aug 2022 19:52:38 +0000 (19:52 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/ipblocklist/sources

index c750dcd58501336295335634c3f34f50a788e6fe..a6f82354cffa5cfd782718bb41375b708da2f190 100644 (file)
@@ -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',,