diff --git a/data/manjaro-tools.conf b/data/manjaro-tools.conf index a126a83..a8e3081 100644 --- a/data/manjaro-tools.conf +++ b/data/manjaro-tools.conf @@ -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 diff --git a/lib/util.sh b/lib/util.sh index 00ed45c..75ea8e6 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -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