23 lines
835 B
Markdown
23 lines
835 B
Markdown
|
# fetch-dht
|
||
|
|
||
|
fetch-dht is a server that fetches peers from the [DHT](https://www.bittorrent.org/beps/bep_0005.html) swarm and serves them, likely to a bittorrent client performing an "announce".
|
||
|
|
||
|
# fetch-dht server list
|
||
|
|
||
|
- [dht.terrible.network](https://dht.terrible.network) - hosted by author
|
||
|
|
||
|
# License
|
||
|
|
||
|
[MIT](./LICENSE)
|
||
|
|
||
|
# Contributing
|
||
|
|
||
|
This gitea instance is currently not open for self registration. If you [email me](mailto:kegan@keganmyers.com) 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.
|