Skip to content

zeroxer/bt-relay-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2P 下载加速

BT Tracker

npm install bittorrent-tracker -g
# 启动 tracker server
bittorrent-tracker
# HTTP tracker: http://localhost:8000/announce
# UDP tracker: udp://0.0.0.0:8000
# UDP6 tracker: udp://localhost:8000
# WebSocket tracker: ws://localhost:8000
# Tracker stats: http://localhost:8000/stats

分享 Seed

npm i
cd seed
node seed.js

下载 Download

cd download
node download.js

Releases

No releases published

Packages

No packages published