public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. f6c693ff2908e15cf02042cee77d654d6e5d5d4f
@ 2026-03-23 10:44 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-03-23 10:44 UTC (permalink / raw)
  To: ipfire-scm

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, master has been updated
       via  f6c693ff2908e15cf02042cee77d654d6e5d5d4f (commit)
       via  8b2b09b0e33f0548013a47a1c557797898684645 (commit)
      from  da6ccd7a8a69a040970a83544c2b3b57f4bbcf33 (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 f6c693ff2908e15cf02042cee77d654d6e5d5d4f
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Thu Mar 19 16:27:41 2026 +0000

    dnsbl: Use a more generic hostname to fetch the zones from
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 8b2b09b0e33f0548013a47a1c557797898684645
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Thu Mar 19 16:08:41 2026 +0000

    dnsbl: Add the Shopping & Streaming categories
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/unbound/dnsbl.json | 38 ++++++++++++++++++++++++++------------
 1 file changed, 26 insertions(+), 12 deletions(-)

Difference in files:
diff --git a/config/unbound/dnsbl.json b/config/unbound/dnsbl.json
index b4fb33c55..451cdc2b0 100644
--- a/config/unbound/dnsbl.json
+++ b/config/unbound/dnsbl.json
@@ -2,84 +2,98 @@
 	{
 		"name"        : "Advertising",
 		"zone"        : "ads.rpz.ipfire.org",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks domains used for ads, tracking, and ad delivery",
 		"license"     : "CC BY-SA 4.0"
 	},
 	{
 		"name"        : "Dating",
 		"zone"        : "dating.rpz.ipfire.org",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks domains for online dating and matchmaking services",
 		"license"     : "CC BY-SA 4.0"
 	},
 	{
 		"name"        : "DNS-over-HTTPS",
 		"zone"        : "doh.rpz.ipfire.org",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks public DNS-over-HTTPS resolver endpoints",
 		"license"     : "CC BY-SA 4.0"
 	},
 	{
 		"name"        : "Gambling",
 		"zone"        : "gambling.rpz.ipfire.org",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks domains related to online gambling and betting",
 		"license"     : "CC BY-SA 4.0"
 	},
 	{
 		"name"        : "Games",
 		"zone"        : "games.rpz.ipfire.org",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks online gaming websites",
 		"license"     : "CC BY-SA 4.0"
 	},
 	{
 		"name"        : "Malware",
 		"zone"        : "malware.rpz.ipfire.org",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks domains known to distribute malicious software",
 		"license"     : "CC BY-SA 4.0"
 	},
 	{
 		"name"        : "Phishing",
 		"zone"        : "phishing.rpz.ipfire.org",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks domains used for credential theft and fraud",
 		"license"     : "CC BY-SA 4.0"
 	},
 	{
 		"name"        : "Piracy",
 		"zone"        : "piracy.rpz.ipfire.org",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks domains associated with copyright-infringing downloads",
 		"license"     : "CC BY-SA 4.0"
 	},
 	{
 		"name"        : "Pornography",
 		"zone"        : "porn.rpz.ipfire.org",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks domains hosting adult content",
 		"license"     : "CC BY-SA 4.0"
 	},
+	{
+		"name"        : "Shopping",
+		"zone"        : "shopping.rpz.ipfire.org",
+		"primary"     : "xfr.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",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks telemetry for Smart TVs",
 		"license"     : "CC BY-SA 4.0"
 	},
 	{
 		"name"        : "Social Networks",
 		"zone"        : "social.rpz.ipfire.org",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks domains of social media platforms",
 		"license"     : "CC BY-SA 4.0"
 	},
+	{
+		"name"        : "Streaming",
+		"zone"        : "streaming.rpz.ipfire.org",
+		"primary"     : "xfr.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",
-		"primary"     : "primary.dbl.ipfire.org",
+		"primary"     : "xfr.dbl.ipfire.org",
 		"description" : "Blocks domains featuring violent or extremist content",
 		"license"     : "CC BY-SA 4.0"
 	}


hooks/post-receive
--
IPFire 2.x development tree


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-23 10:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-23 10:44 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. f6c693ff2908e15cf02042cee77d654d6e5d5d4f Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox