From: Michael Tremer Date: Thu, 19 Mar 2026 16:08:41 +0000 (+0000) Subject: dnsbl: Add the Shopping & Streaming categories X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ce5983a4d65df7325ecdcfd63ce600dd73f023d;p=ipfire-2.x.git dnsbl: Add the Shopping & Streaming categories Signed-off-by: Michael Tremer --- 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",