summarylogtreecommitdiffstats
path: root/tracker-config.sh
diff options
context:
space:
mode:
authorzhanghua0002022-10-07 21:01:11 +0800
committerzhanghua0002022-10-07 21:01:11 +0800
commit1f6e902e3ae7d095b9a0f4fe99c370cae409bdfe (patch)
treef0ae8ec690bf8b554b84433863edbbba178f4ca9 /tracker-config.sh
parentdc5fc859c4af0ebe3b69cc7d3b28e4b6e93dca88 (diff)
downloadaur-1f6e902e3ae7d095b9a0f4fe99c370cae409bdfe.tar.gz
Allow auto update tracker
Diffstat (limited to 'tracker-config.sh')
-rw-r--r--tracker-config.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tracker-config.sh b/tracker-config.sh
new file mode 100644
index 000000000000..e48ad3f55f9d
--- /dev/null
+++ b/tracker-config.sh
@@ -0,0 +1,4 @@
+# Set $ENABLED to false to disable auto updating tracker
+# Please fill $TRACKER with proper content, you can see the sample address for more info.
+ENABLED=false
+TRACKER=$(curl -Ls https://cdn.staticaly.com/gh/XIU2/TrackersListCollection/master/best_aria2.txt) \ No newline at end of file