From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g6hkZ4sBRz2ydr for ; Fri, 01 May 2026 20:01:26 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g6hkM3ZC3z2xSM for ; Fri, 01 May 2026 20:01:15 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g6hkL3n7kz5dk; Fri, 01 May 2026 20:01:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777665674; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=54+FfDNcE8s7tldPKxh4gkSMaqEVg6DvnN0WNnTC5nM=; b=D3zuQYXkStYmlZXGFMKDTVnElVCCyp/gdZpHMzv8J1hxUHenWPm7LPBaJA7XAELTevkxMF 8SczXtrmHXcavSDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777665674; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=54+FfDNcE8s7tldPKxh4gkSMaqEVg6DvnN0WNnTC5nM=; b=fyqIufEjn6+0Vqulae/3da8R8I6m94yX9Dt1gMyvOALinhtAJ+pBvccIBa4TemRK5owkO6 6h44LJ9RrZ0FGr6VkDevOt7HTKL09yz/zjb0XovwBzX8Hg/57op5hmjla5CA5nBfyO6ffR e3dqeovQ0x4hEoo/BhJ7v9unbRbWWnoYfe9nHT89kno1qwU6J4G13QeE+TH5MZsvPFB1yP EdKgsh9LchJe/9R4sZmfeuvKOA3TCc3fKy5uwkz4Sgf4xDfI9GqT9wTIFvAmHG6tG2jyqm lMxh4A/hQO7d629pR3iToR+O4jgmpwSzB06zx7lJliH9xHMupysaroEMGVCEpg== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] ipblocklist: Update info links for BOGON and BOGON_FULL Date: Fri, 1 May 2026 22:01:01 +0200 Message-ID: <20260501200106.1478-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://www.team-cymru.com/bogon-reference has been changed to https://www.team-cymru.com/bogon-networks 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 b0b405357..e50343a55 100644 --- a/config/ipblocklist/sources +++ b/config/ipblocklist/sources @@ -88,13 +88,13 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name' => 'Emerging Threats Blocklis 'category' => 'application' }, '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', + 'info' => 'https://www.team-cymru.com/bogon-networks', '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', + 'info' => 'https://www.team-cymru.com/bogon-networks', 'parser' => 'ip-or-net-list', 'rate' => '4h', 'category' => 'invalid', -- 2.53.0