[torrent] use udp://tracker.opentrackr.org:1337

This commit is contained in:
Philip Müller 2019-06-29 07:17:18 +02:00
parent 10ae36e92f
commit ba2ffebf86
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@
# limit=
# the torrent tracker urls, comma separated
# tracker_url='udp://mirror.strits.dk:6969'
# tracker_url='udp://tracker.opentrackr.org:1337'
# Piece size, 2^n
# piece_size=21

View file

@ -361,7 +361,7 @@ init_deployiso(){
[[ -z ${alt_storage} ]] && alt_storage=false
[[ -z ${tracker_url} ]] && tracker_url='udp://mirror.strits.dk:6969'
[[ -z ${tracker_url} ]] && tracker_url='udp://tracker.opentrackr.org:1337'
[[ -z ${piece_size} ]] && piece_size=21