mirror of
https://github.com/ngosang/trackerslist.git
synced 2026-04-25 09:25:59 +03:00
[GH-ISSUE #81] Why should there be 127.0.0.1 in trackers ip list? #72
Labels
No labels
bug
enhancement
help wanted
pull-request
question
waiting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/trackerslist-ngosang#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Cabbagec on GitHub (Apr 13, 2018).
Original GitHub issue: https://github.com/ngosang/trackerslist/issues/81
Updated 2018-04-13 00:00:03
trackers_best_ip (20 trackers):There are also two
127.0.0.1addresses on that day'strackers_all_ip (90 trackers)list.@aurora-anon commented on GitHub (Apr 16, 2018):
@Cabbagec In cases where there's a local BitTorrent tracker server on a system.
The most likely address for such a server is udp://127.0.0.1:6969/announce
If there's such a server on a system, it may run on a different protocol or port and it can even be binded to another IP adddress, and after all, it may not have any data available for a requested torrent.
It may not be of much usefulness, but it's certainly of no harm.
@ngosang commented on GitHub (Apr 19, 2018):
The DNS domain of the tracker "christianbro.pw" is pointing to 127.0.0.1. It's bad configured so I'm removing from the list.
Anyway, this is not a security issue because your bittorrent client will try to connect to your own computer.