-
udp://exodus.desync.com:6969
udp://tracker.leechers-paradise.org:6969
udp://9.rarbg.mX:2770/announce
udp://zer0day.ch:1337
udp://tracker.ccc.dX:80/announce
udp://10.rarbg.mX:80/announce
udp://op…
-
How to configure https tracker, how to set the port? Only the default http in the configuration。
> chihaya:
> # The interval communicated with BitTorrent clients informing them how
> # freq…
f4nff updated
6 years ago
-
Thanks first to all developers。
I add the config to prometheus but has a problem。
I don't know how to solve it
./promtool check config prometheus.yml
Checking prometheus.yml
SUCCESS: 1 rul…
-
```
http://0d.kebhana.mx:443/announce
http://104.28.1.30:8080/announce
http://104.28.16.69/announce
http://107.150.14.110:6969/announce
http://109.121.134.121:1337/announce
http://114.55.113.60:…
-
Hey webtorrent people!
I am one of the [chihaya](https://chihaya.io) devs. We now got multiple people asking if we are gonna implement webtorrent support. I asked about a spec some time ago on IRC …
-
Hi,
Noticed that two trackers running Chihaya v2 (udp://explodie.org:6969/announce and udp://ipv4.tracker.harry.lu:80/announce) get this response on https://newtrackon.com/raw:
> Error while ann…
-
It should be possible to implement your own middleware and plug it into Chihaya without forking the repo. This mainly comes down to config parsing.
-
At the moment it's not tested at all
-
... because Windows does not have `SIGUSR` signals. It has `SIGHUP`, we could abuse that, but I don't like it. Maybe use build tags to use `SIGHUP` on Windows and `SIGUSR1` on any sane system?
-
https://github.com/chihaya/chihaya/blob/master/frontend/udp/frontend.go#L259
https://github.com/chihaya/chihaya/blob/master/frontend/udp/frontend.go#L275
Every packet triggers a call to `time.Now(…