BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.template 357B

12345678910111213
  1. <?php
  2. // Tracker urls to be added to torrent files à la http://bittorrent.org/beps/bep_0012.html
  3. define('ANNOUNCE_URLS', [
  4. [ # Tier 1
  5. 'https://track.biotorrents.de:443',
  6. ],
  7. [ # Tier 2
  8. 'udp://tracker.coppersurfer.tk:6969/announce',
  9. 'udp://tracker.cyberia.is:6969/announce',
  10. 'udp://tracker.leechers-paradise.org:6969/announce'
  11. ]
  12. ]);