Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deduplicate on recent IPs #140

Open
CorralPeltzer opened this issue Jul 31, 2021 · 0 comments
Open

Deduplicate on recent IPs #140

CorralPeltzer opened this issue Jul 31, 2021 · 0 comments

Comments

@CorralPeltzer
Copy link
Owner

CorralPeltzer commented Jul 31, 2021

Some trackers, like udp://tracker.torrent.eu.org:451, seem to use DNS round robin. They also resolve to subdomains like www.torrent.eu.org.

This makes it possible that at some point, while tracker.torrent.eu.org resolves to IPv4 A and IPv6 B, www.torrent.eu.org is submitted and resolved to IPv4 X and IPv6 Y, being accepted as a new tracker (different domain and disjoint sets of IPs). To avoid this, newTrackon should keep a record of the last N IPs resolved by a tracker and deduplicate trackers also based on these IPs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant