From f314a95a3b56d790fdee2a7395124bebc69c578c Mon Sep 17 00:00:00 2001 From: Amy Nagle Date: Thu, 28 Dec 2023 04:05:05 -0500 Subject: [PATCH] Unbound / Blocklists: Replace JustDomains with Firebog (#7103) --- .../service/templates/OPNsense/Unbound/core/blocklists.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/opnsense/service/templates/OPNsense/Unbound/core/blocklists.conf b/src/opnsense/service/templates/OPNsense/Unbound/core/blocklists.conf index addac2cf8..0c1efe3ad 100644 --- a/src/opnsense/service/templates/OPNsense/Unbound/core/blocklists.conf +++ b/src/opnsense/service/templates/OPNsense/Unbound/core/blocklists.conf @@ -4,7 +4,7 @@ "oisd0": "https://small.oisd.nl/domainswild", "oisd1": "https://big.oisd.nl/domainswild", "oisd2": "https://nsfw.oisd.nl/domainswild", - "ag": "https://justdomains.github.io/blocklists/lists/adguarddns-justdomains.txt", + "ag": "https://v.firebog.net/hosts/AdguardDNS.txt", "bla0": "https://blocklistproject.github.io/Lists/alt-version/abuse-nl.txt", "bla": "https://blocklistproject.github.io/Lists/alt-version/ads-nl.txt", "blc": "https://blocklistproject.github.io/Lists/alt-version/crypto-nl.txt", @@ -23,8 +23,8 @@ "blt0": "https://blocklistproject.github.io/Lists/alt-version/torrent-nl.txt", "blt1": "https://blocklistproject.github.io/Lists/alt-version/tracking-nl.txt", "bly": "https://blocklistproject.github.io/Lists/alt-version/youtube-nl.txt", - "el": "https://justdomains.github.io/blocklists/lists/easylist-justdomains.txt", - "ep": "https://justdomains.github.io/blocklists/lists/easyprivacy-justdomains.txt", + "el": "https://v.firebog.net/hosts/Easylist.txt", + "ep": "https://v.firebog.net/hosts/Easyprivacy.txt", "nc": "https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt", "pa": "https://raw.githubusercontent.com/chadmayfield/my-pihole-blocklists/master/lists/pi_blocklist_porn_all.list", "pt": "https://raw.githubusercontent.com/chadmayfield/pihole-blocklists/master/lists/pi_blocklist_porn_top1m.list",