mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
ipblocklist: "Tor" is not fully capitalized
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
@@ -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',,
|
||||
|
||||
Reference in New Issue
Block a user