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 4fc9kX2Dhpz2yNV for ; Thu, 19 Mar 2026 16:14:28 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fc9kX1sRcz2xKR for ; Thu, 19 Mar 2026 16:14:28 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bit raw public key) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fc9kV14g3zHn for ; Thu, 19 Mar 2026 16:14:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1773936866; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=NLDuTpXm0d4gHUdprfVR4Ard/q+07wwSB3n7oRcqhck=; b=Sphtdq8UyD32I9w0R+2sNPn7NVAEsXRPNiHO7Xz5+EBV5Ki6TUwLjAFbAfai+gupXE3mEG re5cPtIqywhV+1Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1773936866; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=NLDuTpXm0d4gHUdprfVR4Ard/q+07wwSB3n7oRcqhck=; b=WsLQDDUqg48gTpO4LngY0h284uxbHwhYGVybpAyTuytXdBmZdBbbMt/l0434260tPYyYE/ uk3EuzSWT3xbsxY85XGEeSa0wFryL0MVYuLNY69lgaz+OkNUQ5TqzjdWRlM9LQQoQdEj/1 5Tmn81RC5X0yVdp6TfGnucW5Eb86l6Ea//2n9JlbKkv+p+G2oMnlIOa6sYRc4FYDqxtM2h rlYX/Le9zeo1O56e5zjYasRftVonnLr/6EteqXrfevLxlVGJxS6KmCdAdE3GNmuBiHMA9+ ACY/0neeXzFLFY4t0yjEvPGZwY3+5h6cY1eXLoCIugIihOr1Zb5mgjf2uObXDA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4fc9kT5gmjz2y2f; Thu, 19 Mar 2026 16:14:25 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 502a88b92a6dda21ada75d31efef1533fe21ad0f X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 46b600be0dded992cf372f7c07d174f93aa8f424 X-Git-Newrev: 502a88b92a6dda21ada75d31efef1533fe21ad0f Message-Id: <4fc9kT5gmjz2y2f@people01.haj.ipfire.org> Date: Thu, 19 Mar 2026 16:14:25 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 502a88b92a6dda21ada75d31efef1533fe21ad0f (commit) via 2ce5983a4d65df7325ecdcfd63ce600dd73f023d (commit) from 46b600be0dded992cf372f7c07d174f93aa8f424 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 502a88b92a6dda21ada75d31efef1533fe21ad0f Author: Michael Tremer Date: Thu Mar 19 16:09:39 2026 +0000 core202: Ship dnsbl.json Signed-off-by: Michael Tremer commit 2ce5983a4d65df7325ecdcfd63ce600dd73f023d Author: Michael Tremer Date: Thu Mar 19 16:08:41 2026 +0000 dnsbl: Add the Shopping & Streaming categories Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/202/filelists/files | 1 + config/unbound/dnsbl.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) Difference in files: diff --git a/config/rootfiles/core/202/filelists/files b/config/rootfiles/core/202/filelists/files index 076a4d033..7b83995b3 100644 --- a/config/rootfiles/core/202/filelists/files +++ b/config/rootfiles/core/202/filelists/files @@ -1 +1,2 @@ srv/web/ipfire/cgi-bin/ids.cgi +var/ipfire/dns/dnsbl.json diff --git a/config/unbound/dnsbl.json b/config/unbound/dnsbl.json index b4fb33c55..2a18e4c96 100644 --- a/config/unbound/dnsbl.json +++ b/config/unbound/dnsbl.json @@ -62,6 +62,13 @@ "description" : "Blocks domains hosting adult content", "license" : "CC BY-SA 4.0" }, + { + "name" : "Shopping", + "zone" : "shopping.rpz.ipfire.org", + "primary" : "primary.dbl.ipfire.org", + "description" : "Blocks e-commerce and online retail domains", + "license" : "CC BY-SA 4.0" + }, { "name" : "Smart TV", "zone" : "smart-tv.rpz.ipfire.org", @@ -76,6 +83,13 @@ "description" : "Blocks domains of social media platforms", "license" : "CC BY-SA 4.0" }, + { + "name" : "Streaming", + "zone" : "streaming.rpz.ipfire.org", + "primary" : "primary.dbl.ipfire.org", + "description" : "Blocks music, video-on-demand, and live streaming service domains", + "license" : "CC BY-SA 4.0" + }, { "name" : "Violence", "zone" : "violence.rpz.ipfire.org", hooks/post-receive -- IPFire 2.x development tree