mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-26 15:40:01 -07:00
1.2 KiB
1.2 KiB
Modified Chihaya (MoChi)
Modified version of Chihaya, an open source BitTorrent tracker written in Go.
Differences from the original project
- Support BittorrentV2 hashes (SHA-256 and hybrid SHA-256-to-160 BEP52, tested with qBittorrent);
- Support storage in middleware modules to persist useful data;
- Metrics can be turned off (not enabled till it really needed).
Main goal
The main goal of made modifications is to create semi-private tracker like Hefur
but with cluster support (allowed torrents limited by pre-existent list middleware and another directory middleware
to limit registered torrents).
Notice
Modifications made with particular purpose, so if you need pure tracker, with guaranteed stability, please, use the original project.
Developer(s) of this project (MoChi) do not declare themselves as authors of original project (Chihaya) and do not claim any other rights of original project.