diff --git a/README.md b/README.md index 58e00ad..ab28bdf 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,17 @@ magnet:?xt=urn:btih:7395A859E8E590418F422E7D0DFE68860DE90631 ``` the operating system will redirect you to the default torrent client. + +--- + +The `&tr` parameter adds a list of torrent tracker servers to the magnet link: + +``` +https://lifailon.github.io/magnet2url#7395a859e8e590418f422e7d0dfe68860de90631&tr +``` + +redirect to + +``` +magnet:?xt=urn:btih:7395A859E8E590418F422E7D0DFE68860DE90631&tr=wss://tracker.btorrent.xyz&tr=wss://tracker.openwebtorrent.com&tr=udp://tracker.btorrent.xyz:80&tr=udp://tracker.openwebtorrent.com:80&tr=udp://tracker.openwebtorrent.com:1337&tr=udp://retracker.local:80&tr=udp://tr0.torrent4me.com:80&tr=udp://tr1.torrent4me.com:80&tr=udp://tr2.torrent4me.com:80&tr=udp://tr3.torrent4me.com:80&tr=udp://tr4.torrent4me.com:80&tr=udp://tr0.tor4me.info:80&tr=udp://tr1.tor4me.info:80&tr=udp://tr2.tor4me.info:80&tr=udp://tr3.tor4me.info:80&tr=udp://tr4.tor4me.info:80&tr=udp://tr0.tor2me.info:80&tr=udp://tr1.tor2me.info:80&tr=udp://tr2.tor2me.info:80&tr=udp://tr3.tor2me.info:80&tr=udp://tr4.tor2me.info:80 +``` diff --git a/index.html b/index.html index 6bd2fa5..ee4c3a8 100644 --- a/index.html +++ b/index.html @@ -2,39 +2,62 @@