a server that fetches peers from the DHT swarm and serves them https://dht.terrible.network/
Go to file
Kegan Myers 3761c2e8ef add .git directory to .dockerignore 2020-04-12 16:37:47 -05:00
lib initial commit 2020-04-12 16:33:32 -05:00
routes initial commit 2020-04-12 16:33:32 -05:00
static initial commit 2020-04-12 16:33:32 -05:00
.dockerignore add .git directory to .dockerignore 2020-04-12 16:37:47 -05:00
.gitignore initial commit 2020-04-12 16:33:32 -05:00
Dockerfile initial commit 2020-04-12 16:33:32 -05:00
LICENSE initial commit 2020-04-12 16:33:32 -05:00
README.md initial commit 2020-04-12 16:33:32 -05:00
index.js initial commit 2020-04-12 16:33:32 -05:00
package.json initial commit 2020-04-12 16:33:32 -05:00
yarn.lock initial commit 2020-04-12 16:33:32 -05:00

README.md

fetch-dht

fetch-dht is a server that fetches peers from the DHT swarm and serves them, likely to a bittorrent client performing an "announce".

fetch-dht server list

License

MIT

Contributing

This gitea instance is currently not open for self registration. If you email me I will create you an account, after which you can use your account to make a pull request.

Please note that by contributing to this repository you are:

  • Agreeing to publish your code under the MIT license
  • Confirming that you have the right (copyright, patent, etc.) to release your contribution under an MIT license

No PRs with modified licenses will be accepted or reviewed.