From: Bernhard Bitsch <bbitsch@ipfire.org>
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 [thread overview]
Message-ID: <29bc0fa8-5697-622f-481b-c594612c4e20@ipfire.org> (raw)
In-Reply-To: <20220924115312.3004-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1985 bytes --]
Reviewed-by: Bernhard Bitsch <bbitsch(a)ipfire.org>
Am 24.09.2022 um 13:53 schrieb Adolf Belka:
> - With the .html ending the link gets a 404 Page not found error
>
> Fixes: Bug#12938
> Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/ipblocklist/sources | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> 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 = ( 'EMERGING_FWRULE' => { 'name' => 'Emerging Threats Blocklis
> 'category' => 'reputation' },
> 'BOGON' => { 'name' => 'Bogus address list (Martian)',
> 'url' => 'https://www.team-cymru.org/Services/Bogons/bogon-bn-agg.txt',
> - 'info' => 'https://www.team-cymru.com/bogon-reference.html',
> + 'info' => 'https://www.team-cymru.com/bogon-reference',
> 'parser' => 'ip-or-net-list',
> 'rate' => '1d',
> 'category' => 'invalid' },
> 'BOGON_FULL' => { 'name' => 'Full Bogus Address List',
> 'url' => 'https://www.team-cymru.org/Services/Bogons/fullbogons-ipv4.txt',
> - 'info' => 'https://www.team-cymru.com/bogon-reference.html',
> + 'info' => 'https://www.team-cymru.com/bogon-reference',
> 'parser' => 'ip-or-net-list',
> 'rate' => '4h',
> 'category' => 'invalid',
prev parent reply other threads:[~2022-09-24 12:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-24 11:53 Adolf Belka
2022-09-24 12:59 ` Bernhard Bitsch [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=29bc0fa8-5697-622f-481b-c594612c4e20@ipfire.org \
--to=bbitsch@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox