summaryrefslogtreecommitdiff
path: root/torrent.conf
blob: 1a64b1ea66b2cf59e2ad2a683f4bd42b94bcaa68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/hint/bash

TRACKERS=(
	http://taskenizer.crabdance.com:6969/announce # run by Xylon
	http://tracker.opentrackr.org:1337/announce # from https://github.com/ngosang/trackerslist
	udp://tracker.pirateparty.gr:6969/announce # from https://github.com/ngosang/trackerslist
)

# Mirrors to put as webseeds.  Which mirrors we use for webseeds
# doesn't really matter since it's re-written on the client machine by
# pacman2pacman so it won't normally be used anyway.
WEBSEEDS=(
	'https://repomirror.parabola.nu/'
)

# Where under $FTP_BASE/ to put the torrents
TORRENTPOOL=torrents