Created
March 23, 2020 09:02
-
-
Save HorlogeSkynet/6861dec8ceedb983f6889bddfd47c2f5 to your computer and use it in GitHub Desktop.
TCP/UDP ports used by "popular" torrent trackers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%YAML 1.2 | |
--- | |
# From <https://torrents.io/tracker-list/>. | |
tcp: | |
- 80 | |
- 443 | |
- 1337 | |
- 2095 | |
- 6969 | |
- 8080 | |
- 11450 | |
udp: | |
- 80 | |
- 451 | |
- 1337 | |
- 9696 | |
- 2710 | |
- 6961 | |
- 6969 | |
- 16661 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment