Skip to content

Commit

Permalink
tracker.sh: Replaced Url (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
sht2017 authored Feb 28, 2024
1 parent 8542086 commit d94ccda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,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.staticaly.com/gh/XIU2/TrackersListCollection@master/all_aria2.txt ||
${DOWNLOADER} https://cdn.statically.io/gh/XIU2/TrackersListCollection/master/all_aria2.txt ||
${DOWNLOADER} https://trackers.p3terx.com/all_aria2.txt
)
else
Expand Down

0 comments on commit d94ccda

Please sign in to comment.