Michał Adamski 9bd2b3fed8 update modules
2023-10-17 15:00:33 +02:00
2023-03-27 17:14:35 +02:00
2023-03-27 17:14:35 +02:00
2022-03-23 00:21:08 +01:00
2023-10-17 15:00:33 +02:00
2023-10-17 15:00:33 +02:00
2022-03-21 21:56:11 +01:00
2022-03-23 00:21:08 +01:00
2022-11-09 10:11:53 +01:00

Private BitTorrent tracker for everyone

PrivTracker allows to share torrent files just with your friends, nobody else. Unlike public trackers, it shares peers only within a group which is using the same Announce URL. It really works like a private tracker, but can be generated with one click of a button.


Build

# Clone this repository.
$ git clone https://github.com/meehow/privtracker.git

# cd into the directory
$ cd privtracker

# Run go build
$ go build

Usage

# Runs on port 1337 and redirects to privtracker.com by default.
$ ./privtracker
# Export PORT and DOMAIN variables to use custom values.
$ export PORT=12345 DOMAIN=customprivtracker.com; ./privtracker
Description
Private BitTorrent tracker generator PrivTracker – 开源的私人 BT Tracker 服务器地址:超大文件分享的又一个选择
Readme 302 KiB
Languages
Go 96.2%
Dockerfile 2.4%
Makefile 1.4%