add more urls for the tracker
This commit is contained in:
parent
756464eb1e
commit
f367904fbc
1 changed files with 7 additions and 1 deletions
|
@ -22,9 +22,15 @@ If you want to create a new torrent that uses this tracker, you can do
|
|||
so by using **mktorrent**. Below is an example for [cdist](../cdist):
|
||||
|
||||
```
|
||||
mktorrent -a udp://tracker.datacenterlight.ch:6969/announce -n cdist-6.5.0 cdist-6.5.0
|
||||
mktorrent -a udp://tracker.datacenterlight.ch:6969/announce,http://tracker.datacenterlight.ch:6969/announce \
|
||||
-n cdist-6.5.0 cdist-6.5.0
|
||||
```
|
||||
|
||||
You can use the following URLs:
|
||||
|
||||
* udp://tracker.datacenterlight.ch:6969/announce
|
||||
* http://tracker.datacenterlight.ch:6969/announce
|
||||
|
||||
## Other IPv6 enabled trackers
|
||||
|
||||
* [ipv6tracker.ru](http://ipv6tracker.ru/)
|
||||
|
|
Loading…
Reference in a new issue