From 219c8bee6905b12548c2b5a29e5e3ac05facab6c Mon Sep 17 00:00:00 2001 From: Maurice Date: Fri, 20 Mar 2026 11:23:26 +0100 Subject: [PATCH] Change blocklist URLs to new domain Updated blocklist URLs in README for CSF. Signed-off-by: Maurice --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d045a775e..00aaca6420 100644 --- a/README.md +++ b/README.md @@ -589,8 +589,8 @@ By leveraging blocklists, CSF empowers users to proactively defend their infrast CSF hosts our own set of blocklists which are are automatically updated every `12 hours`. You may add these sets to your ConfigServer Firewall `/etc/csf/csf.blocklists` with the following new lines: ``` -CSF_MASTER|43200|400000|https://raw.githubusercontent.com/Aetherinox/csf-firewall/main/blocklists/master.ipset -CSF_HIGHRISK|43200|0|https://raw.githubusercontent.com/Aetherinox/csf-firewall/main/blocklists/highrisk.ipset +CSF_MASTER|43200|400000|https://blocklist.configserver.dev/master.ipset +CSF_HIGHRISK|43200|0|https://blocklist.configserver.dev/highrisk.ipset ```