A tool to feature-test BitTorrent trackers via HTTP and UDP announces
A simple
go get github.com/mrd0ll4r/poke/cmd/poke
should get and build it.
Run
poke -a <announce URI> [-debug]
to test the tracker specified by <announce URI> via HTTP.
To use UDP, specify the UDP endpoing (e.g. localhost:1234) via the -u flag.
The -u flag has priority over the -a flag.
MIT