Skip to content

Commit 0680381

Browse files
authored
Update tracker-add-auto-router.sh
1 parent 704f139 commit 0680381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracker-add-auto-router.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_trackers () {
99
torrent_hash=$1
1010
id=$2
1111
trackerslist=/tmp/trackers.txt
12-
for base_url in https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt ; do
12+
for base_url in https://trackerslist.com/all.txt ; do
1313
if [ ! -f $trackerslist ]; then
1414
curl -o "$trackerslist" "${base_url}"
1515
fi

0 commit comments

Comments
 (0)