diff options
author | Joseph Graham <joseph.graham@gmx.com> | 2017-05-15 11:32:01 +0100 |
---|---|---|
committer | Joseph Graham <joseph.graham@gmx.com> | 2017-05-15 11:32:01 +0100 |
commit | 197a077ba251f9ae4f136eb32b7a112a22f268eb (patch) | |
tree | 58a3e76e2baf1f4c58cfbbd6ed8e0dfe2778740f | |
parent | 948e0e109a6c226c140db7be035b5c65338bc1c7 (diff) |
Updated list of trackers to be used to make torrents.
-rwxr-xr-x | make_individual_torrent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make_individual_torrent b/make_individual_torrent index 0a7e778..69ddbeb 100755 --- a/make_individual_torrent +++ b/make_individual_torrent @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2014 Joseph Graham <joseph@t67.eu> +# Copyright (C) 2014, 2017 Joseph Graham <joseph@xylon.me.uk> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,8 +20,8 @@ # $2 - public location # Comma seperated list of trackers, no spaces -# t67.eu is run by Xylon, hackcoop by fauno & friends -trackers='http://t67.eu:6969/announce,http://tracker.hackcoop.com.ar/announce' +# taskenizer.crabdance.com is run by Xylon +trackers='http://taskenizer.crabdance.com:6969/announce' # This mirror is put as a webseed. Which mirror we use for a webseed # doesn't really matter since it's re-written on the client machine by |