From ab351b77e44a8e9bd45c9fa4d74d3d5ccb0f2813 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 16 Feb 2022 17:52:35 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20modified:=20bin/create-?= =?UTF-8?q?blocklists.sh=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/create-blocklists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create-blocklists.sh b/bin/create-blocklists.sh index bc74ee0..925bc48 100755 --- a/bin/create-blocklists.sh +++ b/bin/create-blocklists.sh @@ -3,7 +3,7 @@ SQUID_USER="${SQUID_USER:-squid}" SQUID_LOG_DIR="${SQUID_LOG_DIR:-/data/log/squid}" REDIRECT_URL="${REDIRECT_URL:-}" -BLOCKLIST="${BLOCKLIST:-http://dsi.ut-capitole.fr/blacklists/download/blacklists_for_pfsense.tar.gz}" +BLOCKLIST="${BLOCKLIST:-https://github.com/casjay/resources/raw/main/files/shallalist.tar.gz}" BLOCKED_CATEGORIES="${BLOCKED_CATEGORIES:-adv,aggressive,porn,spyware,violence,warez}" CONFIG_FILE="/etc/squidguard/squidGuard.conf"