[GH-ISSUE #530] Improve gathering of IP addresses #435

Open
opened 2026-02-26 06:30:31 +03:00 by kerem · 4 comments
Owner

Originally created by @tiaga on GitHub (Aug 21, 2024).
Original GitHub issue: https://github.com/ngosang/trackerslist/issues/530

trackers_all_ip.txt doesn't take into account situations when one domain is having many A records. For example:

# dig +short @1.1.1.1 open.free-tracker.ga
34.89.51.235
34.94.76.146
35.227.59.57

So, it would be useful to have all IPs in the list.

Originally created by @tiaga on GitHub (Aug 21, 2024). Original GitHub issue: https://github.com/ngosang/trackerslist/issues/530 [trackers_all_ip.txt](https://github.com/ngosang/trackerslist/blob/master/trackers_all_ip.txt) doesn't take into account situations when one domain is having many A records. For example: ``` # dig +short @1.1.1.1 open.free-tracker.ga 34.89.51.235 34.94.76.146 35.227.59.57 ``` So, it would be useful to have all IPs in the list.
Author
Owner

@ngosang commented on GitHub (Sep 15, 2024):

That's a good idea but it will increase the load on those severs and you will get the same peers since it's the same tracker. I keep this open but I don't plan to implement it soon.

<!-- gh-comment-id:2351754044 --> @ngosang commented on GitHub (Sep 15, 2024): That's a good idea but it will increase the load on those severs and you will get the same peers since it's the same tracker. I keep this open but I don't plan to implement it soon.
Author
Owner

@sj1383703 commented on GitHub (Aug 10, 2025):

****# dig +short @1.1.1.1 open.free-tracker.ga

34.89.51.235
34.94.76.146
35.227.59.57

<!-- gh-comment-id:3172638568 --> @sj1383703 commented on GitHub (Aug 10, 2025): ### _****_# dig +short @1.1.1.1 open.free-tracker.ga 34.89.51.235 34.94.76.146 35.227.59.57
Author
Owner

@flueflacks commented on GitHub (Nov 26, 2025):

If you group the ips into the same tier, (no newline between them) the default settings of at least qbittorrent would only use one of them and fail over to the others.

similarly for grouping http/udp/https from the all list.

see https://github.com/flueflacks/gettrackers

<!-- gh-comment-id:3578289028 --> @flueflacks commented on GitHub (Nov 26, 2025): If you group the ips into the same tier, (no newline between them) the default settings of at least qbittorrent would only use one of them and fail over to the others. similarly for grouping http/udp/https from the all list. see https://github.com/flueflacks/gettrackers
Author
Owner

@zyyr365 commented on GitHub (Nov 26, 2025):

您好,您发给我的邮件已经收到,谢谢。

<!-- gh-comment-id:3578294526 --> @zyyr365 commented on GitHub (Nov 26, 2025): 您好,您发给我的邮件已经收到,谢谢。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/trackerslist-ngosang#435
No description provided.