DHT is a powerful technology that enables "trackerless" torrents; however, there are a number of reasons why a client may be unable to join the DHT swarm such as local or ISP blocking. This server acts as a gateway to discover clients that have announced to the DHT network, and provides a tracker-compatible interface for ease of use.
You will most likely want to add
https://dht.terrible.network/fetch
to the list of trackers in
your torrent client.
In addition to supporting "compact" representation
(?compact=1
) this service also supports "json" representation
(?json=1
) for ease of use in code.
No. This server does not collect/store the information necessary to act as a tracker (IP address, "port" parameter), it does not serve anything other than information queried from the DHT.
No. This server does not collect the information necessary to do so (IP address), and it is technologically impossible to announce an IP other than one owned by the machine speaking to the DHT swarm.
This service is provided for free by the autor of this software, Kegan Myers, you can support him via Patreon.
The source that runs this service is available on my gitea server and is open source under an MIT license.