Skip to content

Commit 8542086

Browse files
committed
tracker.sh: Replace URL
1 parent 68c1c78 commit 8542086

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tracker.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
# BT tracker is provided by the following project.
2929
# https://github.com/XIU2/TrackersListCollection
3030
#
31-
# Fallback URLs provided by jsDelivr
32-
# https://www.jsdelivr.com
33-
#
3431

3532
RED_FONT_PREFIX="\033[31m"
3633
GREEN_FONT_PREFIX="\033[32m"
@@ -53,7 +50,7 @@ GET_TRACKERS() {
5350
echo && echo -e "$(DATE_TIME) ${INFO} Get BT trackers..."
5451
TRACKER=$(
5552
${DOWNLOADER} https://trackerslist.com/all_aria2.txt ||
56-
${DOWNLOADER} https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection@master/all_aria2.txt ||
53+
${DOWNLOADER} https://cdn.staticaly.com/gh/XIU2/TrackersListCollection@master/all_aria2.txt ||
5754
${DOWNLOADER} https://trackers.p3terx.com/all_aria2.txt
5855
)
5956
else

0 commit comments

Comments
 (0)