summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:09:17 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:09:17 -0400
commit71ce1dd46349acf0bd48b944b575042bdcf85c8b (patch)
tree741a3d4d9417c363cfa75d3e77275d7ea3e804f2 /settings.py
parentdf17d5b1855eab77be0ade70613e4f93db0034ea (diff)
change TORRENT_TRACKERS
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index 25b2e09e..5861452a 100644
--- a/settings.py
+++ b/settings.py
@@ -176,8 +176,9 @@ BUGTRACKER_RELENG_URL = 'https://labs.parabola.nu/projects/isos'
# Trackers used for ISO download magnet links
TORRENT_TRACKERS = (
- 'udp://tracker.archlinux.org:6969',
- 'http://tracker.archlinux.org:6969/announce',
+ 'udp://tracker.publicbt.com:80',
+ 'udp://tracker.openbittorrent.com:80',
+ 'udp://tracker.istole.it:80',
)
DOMAIN_RE = r'^(.+\.)?parabolagnulinux.org$'