[GH-ISSUE #504] UDP Tracker IPv4 + IPv6 mixed use probability error #416

Closed
opened 2026-02-26 06:30:22 +03:00 by kerem · 1 comment
Owner

Originally created by @lirener on GitHub (Jan 30, 2024).
Original GitHub issue: https://github.com/ngosang/trackerslist/issues/504

你好 boss!最近我捕捉到了一个概率性错误
hey boss! Recently I caught a probabilistic error

udp tracker ipv4+ipv6混合使用概率出错
UDP Tracker IPv4 + IPv6 mixed use probability error

Refer to the application error reason(应用错误原因参考)
look this:https://github.com/webtorrent/bittorrent-tracker/issues/508

所以我必须分开ipv4和ipv6 udp tracker 变更后tracker如下:
So I have to separate the IPv4 and IPv6 udp tracker after the change tracker is as follows:

udp://ipv4.rer.lol:2710/announce

udp://bt.rer.lol:6969/announce
Originally created by @lirener on GitHub (Jan 30, 2024). Original GitHub issue: https://github.com/ngosang/trackerslist/issues/504 你好 boss!最近我捕捉到了一个概率性错误 hey boss! Recently I caught a probabilistic error udp tracker ipv4+ipv6混合使用概率出错 UDP Tracker IPv4 + IPv6 mixed use probability error Refer to the application error reason(应用错误原因参考) look this:https://github.com/webtorrent/bittorrent-tracker/issues/508 所以我必须分开ipv4和ipv6 udp tracker 变更后tracker如下: So I have to separate the IPv4 and IPv6 udp tracker after the change tracker is as follows: ``` udp://ipv4.rer.lol:2710/announce udp://bt.rer.lol:6969/announce ```
kerem closed this issue 2026-02-26 06:30:22 +03:00
Author
Owner

@ngosang commented on GitHub (Feb 11, 2024):

Added. Thank you!

<!-- gh-comment-id:1937819278 --> @ngosang commented on GitHub (Feb 11, 2024): Added. Thank you!
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#416
No description provided.