We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c1c78 commit 8542086Copy full SHA for 8542086
tracker.sh
@@ -28,9 +28,6 @@
28
# BT tracker is provided by the following project.
29
# https://github.com/XIU2/TrackersListCollection
30
#
31
-# Fallback URLs provided by jsDelivr
32
-# https://www.jsdelivr.com
33
-#
34
35
RED_FONT_PREFIX="\033[31m"
36
GREEN_FONT_PREFIX="\033[32m"
@@ -53,7 +50,7 @@ GET_TRACKERS() {
53
50
echo && echo -e "$(DATE_TIME) ${INFO} Get BT trackers..."
54
51
TRACKER=$(
55
52
${DOWNLOADER} https://trackerslist.com/all_aria2.txt ||
56
- ${DOWNLOADER} https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection@master/all_aria2.txt ||
+ ${DOWNLOADER} https://cdn.staticaly.com/gh/XIU2/TrackersListCollection@master/all_aria2.txt ||
57
${DOWNLOADER} https://trackers.p3terx.com/all_aria2.txt
58
)
59
else
0 commit comments