]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
ipblocklist: Fixed typo in 'sources'
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 15 Jul 2022 12:45:43 +0000 (14:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Jul 2022 07:50:01 +0000 (07:50 +0000)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/ipblocklist/sources

index 4d42ad9741f3215bee2b39605f6f39475ea5c5dd..c750dcd58501336295335634c3f34f50a788e6fe 100644 (file)
@@ -42,7 +42,7 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name'     => 'Emerging Threats Blocklis
                                     'parser'   => 'ip-or-net-list',
                                     'rate'     => '1h',
                                     'category' => 'composite',
-                                    'disable'  => ['FEODO_RECOMMENDED', 'FEODO_IP', 'FEODO_AGGRESIVE', 'SPAMHAUS_DROP', 'DSHIELD'] },
+                                    'disable'  => ['FEODO_RECOMMENDED', 'FEODO_IP', 'FEODO_AGGRESSIVE', 'SPAMHAUS_DROP', 'DSHIELD'] },
              'EMERGING_COMPROMISED' => { 'name' => 'Emerging Threats Compromised IPs',
                                     'url'      => 'https://rules.emergingthreats.net/blockrules/compromised-ips.txt',
                                     'info'     => 'https://doc.emergingthreats.net/bin/view/Main/CompromisedHost',
@@ -80,7 +80,7 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name'     => 'Emerging Threats Blocklis
                                     'rate'     => '5m',
                                     'category' => 'c and c',
                                     'disable'  => 'FEODO_RECOMMENDED' },
-             'FEODO_AGGRESIVE' => { 'name'     => 'Feodo Trojan IP Blocklist (Aggresive)',
+             'FEODO_AGGRESSIVE' => { 'name'     => 'Feodo Trojan IP Blocklist (Aggressive)',
                                     'url'      => 'https://feodotracker.abuse.ch/downloads/ipblocklist_aggressive.txt',
                                     'info'     => 'https://feodotracker.abuse.ch/blocklist',
                                     'parser'   => 'ip-or-net-list',