From 8542086cb3138b0d15c7c93dffa6cb5def206f0d Mon Sep 17 00:00:00 2001
From: P3TERX <25927179+P3TERX@users.noreply.github.com>
Date: Fri, 9 Sep 2022 17:56:00 +0800
Subject: [PATCH] tracker.sh: Replace URL

---
 tracker.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tracker.sh b/tracker.sh
index 7c6882a..7efb0dd 100755
--- a/tracker.sh
+++ b/tracker.sh
@@ -28,9 +28,6 @@
 # BT tracker is provided by the following project.
 # https://github.com/XIU2/TrackersListCollection
 #
-# Fallback URLs provided by jsDelivr
-# https://www.jsdelivr.com
-#
 
 RED_FONT_PREFIX="\033[31m"
 GREEN_FONT_PREFIX="\033[32m"
@@ -53,7 +50,7 @@ GET_TRACKERS() {
         echo && echo -e "$(DATE_TIME) ${INFO} Get BT trackers..."
         TRACKER=$(
             ${DOWNLOADER} https://trackerslist.com/all_aria2.txt ||
-                ${DOWNLOADER} https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection@master/all_aria2.txt ||
+                ${DOWNLOADER} https://cdn.staticaly.com/gh/XIU2/TrackersListCollection@master/all_aria2.txt ||
                 ${DOWNLOADER} https://trackers.p3terx.com/all_aria2.txt
         )
     else