From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH] ipblocklist-sources: Correct the info url - Fixes bug#12938 Date: Sat, 24 Sep 2022 14:59:25 +0200 Message-ID: <29bc0fa8-5697-622f-481b-c594612c4e20@ipfire.org> In-Reply-To: <20220924115312.3004-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7521034964673424944==" List-Id: --===============7521034964673424944== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bernhard Bitsch Am 24.09.2022 um 13:53 schrieb Adolf Belka: > - With the .html ending the link gets a 404 Page not found error >=20 > Fixes: Bug#12938 > Tested-by: Adolf Belka > Signed-off-by: Adolf Belka > --- > config/ipblocklist/sources | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources > index a6f82354c..be0cf0229 100644 > --- a/config/ipblocklist/sources > +++ b/config/ipblocklist/sources > @@ -114,13 +114,13 @@ our %sources =3D ( 'EMERGING_FWRULE' =3D> { 'name' = =3D> 'Emerging Threats Blocklis > 'category' =3D> 'reputation' }, > 'BOGON' =3D> { 'name' =3D> 'Bogus address list= (Martian)', > 'url' =3D> 'https://www.team-cym= ru.org/Services/Bogons/bogon-bn-agg.txt', > - 'info' =3D> 'https://www.team-cymr= u.com/bogon-reference.html', > + 'info' =3D> 'https://www.team-cymr= u.com/bogon-reference', > 'parser' =3D> 'ip-or-net-list', > 'rate' =3D> '1d', > 'category' =3D> 'invalid' }, > 'BOGON_FULL' =3D> { 'name' =3D> 'Full Bogus Address= List', > 'url' =3D> 'https://www.team-cym= ru.org/Services/Bogons/fullbogons-ipv4.txt', > - 'info' =3D> 'https://www.team-cymr= u.com/bogon-reference.html', > + 'info' =3D> 'https://www.team-cymr= u.com/bogon-reference', > 'parser' =3D> 'ip-or-net-list', > 'rate' =3D> '4h', > 'category' =3D> 'invalid', --===============7521034964673424944==--