forked from P3TERX/Aria2-Pro-Docker
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically update BT trackers regularly
- Loading branch information
P3TERX
committed
Apr 13, 2020
1 parent
371aadf
commit 6b5bc25
Showing
9 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#================================================= | ||
# _ _ ____ ____ | ||
# / \ _ __(_) __ _|___ \ | _ \ _ __ ___ | ||
# / _ \ | '__| |/ _` | __) | | |_) | '__/ _ \ | ||
# / ___ \| | | | (_| |/ __/ | __/| | | (_) | | ||
# /_/ \_\_| |_|\__,_|_____| |_| |_| \___/ | ||
# | ||
# https://github.com/P3TERX/docker-aria2-pro | ||
# Description: A perfect Aria2 Docker image | ||
# Lisence: MIT | ||
# Author: P3TERX | ||
# Blog: https://p3terx.com (chinese) | ||
#================================================= | ||
SHELL=/bin/bash | ||
0 7 * * * bash <(\ | ||
curl -fsSL https://p3terx.github.io/aria2.conf/tracker.sh || \ | ||
curl -fsSL https://cdn.jsdelivr.net/gh/P3TERX/aria2.conf/tracker.sh || \ | ||
curl -fsSL https://gh.p3terx.workers.dev/aria2.conf/master/tracker.sh\ | ||
) '/config/aria2.conf' RPC 2>&1 | tee /config/tracker.log |
Empty file.
Empty file.