From c1b4e090b9337f3d5d107457a56a5bbea1663264 Mon Sep 17 00:00:00 2001 From: Andreas Fahrecker Date: Sat, 1 Feb 2025 16:18:27 +0100 Subject: [PATCH] Update configuration.json Fix urls --- configuration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.json b/configuration.json index 0f3eaa4..d1fefb2 100644 --- a/configuration.json +++ b/configuration.json @@ -19,12 +19,12 @@ }, { "name": "NRD Lists - Block Newly Registered Domains 14 Days Phishing DNS Blocklist", - "source": "https://raw.githubusercontent.com/xRuffKez/NRD/main/nrd-phishing-14day_adblock.txt", + "source": "https://raw.githubusercontent.com/xRuffKez/NRD/refs/heads/main/lists/14-day_phishing/adblock/nrd-phishing-14day_adblock.txt", "type": "adblock" }, { "name": "NRD Lists - Block Newly Registered Domains 14 Days DNS Blocklist", - "source": "https://raw.githubusercontent.com/xRuffKez/NRD/main/nrd-14day_adblock.txt", + "source": "https://raw.githubusercontent.com/xRuffKez/NRD/refs/heads/main/lists/14-day/adblock/nrd-14day_adblock.txt", "type": "adblock" }, {