From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] ipblocklist: Fixed typo in 'sources' Date: Fri, 15 Jul 2022 14:45:43 +0200 Message-ID: <20220715124543.2957-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2648291848026679509==" List-Id: --===============2648291848026679509== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Matthias Fischer --- 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 =3D ( 'EMERGING_FWRULE' =3D> { 'name' =3D>= 'Emerging Threats Blocklis 'parser' =3D> 'ip-or-net-list', 'rate' =3D> '1h', 'category' =3D> 'composite', - 'disable' =3D> ['FEODO_RECOMMENDED', 'F= EODO_IP', 'FEODO_AGGRESIVE', 'SPAMHAUS_DROP', 'DSHIELD'] }, + 'disable' =3D> ['FEODO_RECOMMENDED', 'F= EODO_IP', 'FEODO_AGGRESSIVE', 'SPAMHAUS_DROP', 'DSHIELD'] }, 'EMERGING_COMPROMISED' =3D> { 'name' =3D> 'Emerging Threats Com= promised IPs', 'url' =3D> 'https://rules.emergingt= hreats.net/blockrules/compromised-ips.txt', 'info' =3D> 'https://doc.emergingthr= eats.net/bin/view/Main/CompromisedHost', @@ -80,7 +80,7 @@ our %sources =3D ( 'EMERGING_FWRULE' =3D> { 'name' =3D>= 'Emerging Threats Blocklis 'rate' =3D> '5m', 'category' =3D> 'c and c', 'disable' =3D> 'FEODO_RECOMMENDED' }, - 'FEODO_AGGRESIVE' =3D> { 'name' =3D> 'Feodo Trojan IP Block= list (Aggresive)', + 'FEODO_AGGRESSIVE' =3D> { 'name' =3D> 'Feodo Trojan IP Bloc= klist (Aggressive)', 'url' =3D> 'https://feodotracker.ab= use.ch/downloads/ipblocklist_aggressive.txt', 'info' =3D> 'https://feodotracker.ab= use.ch/blocklist', 'parser' =3D> 'ip-or-net-list', --=20 2.25.1 --===============2648291848026679509==--