]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
ipblocklist-sources: Correct the info url - Fixes bug#12938
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 24 Sep 2022 11:53:12 +0000 (13:53 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 26 Sep 2022 08:53:47 +0000 (08:53 +0000)
- With the .html ending the link gets a 404 Page not found error

Fixes: Bug#12938
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
config/ipblocklist/sources

index a6f82354cffa5cfd782718bb41375b708da2f190..be0cf0229dc9826c563d6acaecb24581dccbb23c 100644 (file)
@@ -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',