CorralPeltzer / newTrackon

newTrackon, a public open BitTorrent trackers monitoring tool
https://newtrackon.com
MIT License
599 stars 58 forks source link

BEP 34: respecting DNS TXT record of tracker (DNS Tracker Preferences) #103

Closed AnimMouse closed 3 years ago

AnimMouse commented 4 years ago

Suggestion: Let newTrackon query for TXT record for "BITTORRENT" according to BEP 34

If "BITTORRENT DENY ALL" was found, delete the tracker on trackerlist.

If tracker uses UDP:X and/or TCP:X. Let newTrackon list what the server preferred to use.

txtsd commented 3 years ago

What's the holdup on this?

AnimMouse commented 2 years ago

It seems like newTrackon is not deleting trackers when BITTORRENT DENY ALL is found, only saying Tracker denied connection according to BEP34 in the Raw Data and stops connection. And using BITTORRENT TCP:X changes the protocol into UDP instead of HTTPS.

CorralPeltzer commented 2 years ago

@AnimMouse thanks for catching that! I've just fixed those 2 issues.