From a500fca678b4663e3e262280928d7858a6809bd5 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Fri, 7 Mar 2025 23:55:14 +0000 Subject: [PATCH] fix: use redirected tranco link --- src/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.sh b/src/script.sh index a99d4ac8..cc0ea5bc 100644 --- a/src/script.sh +++ b/src/script.sh @@ -72,7 +72,7 @@ cd "tmp/" curl "https://openphish.com/feed.txt" -o "openphish-raw.txt" curl "https://lists.ipthreat.net/file/ipthreat-lists/phishing/phishing-threat-0.txt.gz" -o "ipthreat.gz" curl "https://s3-us-west-1.amazonaws.com/umbrella-static/top-1m.csv.zip" -o "top-1m-umbrella.zip" -curl "https://tranco-list.eu/top-1m.csv.zip" -o "top-1m-tranco.zip" +curl "https://tranco-list.eu/download/daily/top-1m.csv.zip" -o "top-1m-tranco.zip" ## Cloudflare Radar if [ -n "$CF_API" ]; then