From patchwork Sat Jul 9 10:24:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 5736 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Lg5qR2JDGz3wwD for ; Sat, 9 Jul 2022 10:24:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Lg5qQ1qPPz1Dw; Sat, 9 Jul 2022 10:24:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Lg5qQ0j89z2yDF; Sat, 9 Jul 2022 10:24:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Lg5qN4457z2xc3 for ; Sat, 9 Jul 2022 10:24:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Lg5qM3kNNz10H for ; Sat, 9 Jul 2022 10:24:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1657362272; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=p1dd4aP6nUpP6atdQfEthbYFpA/wkiCwvrC0WFl06ro=; b=VbA+0iiD7dJGwCoXGq43XUQdJh0N5fhSby0OATo5mppreEyUp4+oAiCUDevRtDHwZLpMh2 dvFUJztYIkRFLZCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1657362272; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=p1dd4aP6nUpP6atdQfEthbYFpA/wkiCwvrC0WFl06ro=; b=F3atf9OHFpuRKwP7cSKFcM0njmlwPOtrWTEdrW0pU0Cr69zrlBYQZt1bYDynpxHcbBmr41 I0zetOm3DPv47hnWHv3yOXu6PSJGpCkR6znLBmHyOCmLLHpL8+xTA+IDc8EdeuBCXdoChz g70rgM1fWLUn1MzKX2LU2T1yqm4Q24ovRUS+l5+dMwXklWoOW9GIlKnvnAqDjbZf2HYzVN ZQRMFazhIuytH2TrnSNjHxVo7EkJGVztTZrT0eWp1foym0gGSslSzgZeJDadX1iy2Wp2b5 6XWHUQdMU79EZioQHQ/ITk2N1uv84ZWBJ+ZZ+jCHpmYAuZZSvBU8OG1k/dNQKg== Message-ID: <04fb4ec1-1faa-05bd-ae4b-84aff6006f62@ipfire.org> Date: Sat, 9 Jul 2022 10:24:29 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] urlfilter: Download University of Toulouse list via HTTPS X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes: #12891 Signed-off-by: Peter Müller Reviewed-by: Adolf Belka --- config/urlfilter/autoupdate.urls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/urlfilter/autoupdate.urls b/config/urlfilter/autoupdate.urls index db99501f8..1bfde0f12 100644 --- a/config/urlfilter/autoupdate.urls +++ b/config/urlfilter/autoupdate.urls @@ -1 +1 @@ -Univ. Toulouse,ftp://ftp.univ-tlse1.fr/pub/reseau/cache/squidguard_contrib/blacklists.tar.gz +Univ. Toulouse,https://dsi.ut-capitole.fr/blacklists/download/blacklists.tar.gz