btracker/README.md

1.1 KiB

yggtrackerd

Linux Dependencies crates.io

BitTorrent aggregation web-server, based on the Rocket framework and aquatic-crawler FS

Install

  1. git clone https://github.com/YGGverse/yggtrackerd.git && cd yggtrackerd
  2. cargo build --release
  3. sudo install target/release/yggtrackerd /usr/local/bin/yggtrackerd

Usage

yggtrackerd --infohash /path/to/info-hash-ipv6.bin\
            --infohash /path/to/another-source.bin\
            --tracker  udp://host1:port\
            --tracker  udp://host2:port\
            --database /path/to/index.redb\
            --preload  /path/to/directory
  • append RUST_LOG=debug for detailed information output

Options

yggtrackerd --help