ipblocklist: "Tor" is not fully capitalized

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-08-22 19:52:38 +00:00
parent 0e8a17b2d1
commit 04aed06489

View 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',,