ipblocklist: Fixed typo in 'sources'

Message ID 20220715124543.2957-1-matthias.fischer@ipfire.org
State Accepted
Commit c003727a4beba0e07dc9ad45a4df1f153f3b168e
Headers
Series ipblocklist: Fixed typo in 'sources' |

Commit Message

Matthias Fischer July 15, 2022, 12:45 p.m. UTC
  Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/ipblocklist/sources | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Stefan Schantl July 15, 2022, 1:18 p.m. UTC | #1
Acked-by: Stefan Schantl  <stefan.schantl@ipfire.org>


Am 15. Juli 2022 14:45:54 schrieb Matthias Fischer 
<matthias.fischer@ipfire.org>:

> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> config/ipblocklist/sources | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources
> index 4d42ad974..c750dcd58 100644
> --- a/config/ipblocklist/sources
> +++ b/config/ipblocklist/sources
> @@ -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',
> --
> 2.25.1
  

Patch

diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources
index 4d42ad974..c750dcd58 100644
--- a/config/ipblocklist/sources
+++ b/config/ipblocklist/sources
@@ -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',