diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-10-25 14:28:35 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-10-25 14:28:35 +0200 |
commit | f8d5cc7230ee2cb7521d90599d525e205ad84fa6 (patch) | |
tree | 62aafe125976823e4fe21ea73a126228273d40bc /sys/man/1 | |
parent | d8bde8f7b35078dd07ee76bc493031aac315fcbb (diff) |
torrent(1): add trackon example
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/torrent | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/man/1/torrent b/sys/man/1/torrent index e4a215762..61ab3a552 100644 --- a/sys/man/1/torrent +++ b/sys/man/1/torrent @@ -48,7 +48,8 @@ A tracker .I url should be given with the .B -t -option in that case. +option in that case. A list of trackers can be obtained +on the web, see the examples below. .PP Without the .B -c @@ -105,6 +106,12 @@ hget http://r-36.net/9front/9front.iso.bz2.torrent | \\ ip/torrent -pv | \\ aux/statusbar 'download...' .EE +.LP +Get list of public alive trackers to choose from +.EX +hget http://www.trackon.org/api/live +.EE +.LP .SH SOURCE .B /sys/src/cmd/ip/torrent.c .SH "SEE ALSO" |