From e8243a5471621360257e44c360f06904447a88cf Mon Sep 17 00:00:00 2001 From: Guillaume Plante Date: Wed, 12 Feb 2025 16:45:23 -0500 Subject: [PATCH 1/5] auto --- README.md | 52 +++++++---------------------------------------- index/all.txt | 1 + index/archive.txt | 1 + index/ip.txt | 1 + index/udp.txt | 1 + 5 files changed, 11 insertions(+), 45 deletions(-) create mode 100644 index/all.txt create mode 100644 index/archive.txt create mode 100644 index/ip.txt create mode 100644 index/udp.txt diff --git a/README.md b/README.md index 281305a47c5..a008bb14a1c 100644 --- a/README.md +++ b/README.md @@ -1,54 +1,16 @@ -# ngosang/trackerslist +# trackerslist -[![Last update](https://img.shields.io/badge/Last%20update-2025/02/12-green.svg)](#) -[![Public trackers](https://img.shields.io/badge/Public%20trackers-117-blue.svg)](#) -[![Donate PayPal](https://img.shields.io/badge/Donate-PayPal-yellow.svg)](https://www.paypal.com/paypalme/diegoheras0xff) -[![Donate Bitcoin](https://img.shields.io/badge/Donate-Bitcoin-f7931a.svg)](https://www.blockchain.com/btc/address/192VBN1a1LQ6aUqn2APmeoJyv8V3ng44Gn) -[![Donate Ethereum](https://img.shields.io/badge/Donate-Ethereum-8c8c8c.svg)](https://www.blockchain.com/eth/address/0x0D1549BbB00926BF3D92c1A8A58695e982f1BE2E) +## Download Indexes -Updated list of public BitTorrent trackers - -### Lists -*These lists are automatically updated every day. Last update 2025/02/12:* - -* trackers_best (20 trackers) => [link](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt) / [mirror](https://ngosang.github.io/trackerslist/trackers_best.txt) / [mirror 2](https://cdn.jsdelivr.net/gh/ngosang/trackerslist@master/trackers_best.txt) -* trackers_all (117 trackers) => [link](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt) / [mirror](https://ngosang.github.io/trackerslist/trackers_all.txt) / [mirror 2](https://cdn.jsdelivr.net/gh/ngosang/trackerslist@master/trackers_all.txt) -* trackers_all_udp (54 trackers) => [link](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all_udp.txt) / [mirror](https://ngosang.github.io/trackerslist/trackers_all_udp.txt) / [mirror 2](https://cdn.jsdelivr.net/gh/ngosang/trackerslist@master/trackers_all_udp.txt) -* trackers_all_http (53 trackers) => [link](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all_http.txt) / [mirror](https://ngosang.github.io/trackerslist/trackers_all_http.txt) / [mirror 2](https://cdn.jsdelivr.net/gh/ngosang/trackerslist@master/trackers_all_http.txt) -* trackers_all_https (10 trackers) => [link](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all_https.txt) / [mirror](https://ngosang.github.io/trackerslist/trackers_all_https.txt) / [mirror 2](https://cdn.jsdelivr.net/gh/ngosang/trackerslist@master/trackers_all_https.txt) -* trackers_all_ws (1 trackers) => [link](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all_ws.txt) / [mirror](https://ngosang.github.io/trackerslist/trackers_all_ws.txt) / [mirror 2](https://cdn.jsdelivr.net/gh/ngosang/trackerslist@master/trackers_all_ws.txt) - -Are you having DNS problems? These lists contain the same trackers but with IP addresses instead of domains: -* trackers_best_ip (20 trackers) => [link](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best_ip.txt) / [mirror](https://ngosang.github.io/trackerslist/trackers_best_ip.txt) / [mirror 2](https://cdn.jsdelivr.net/gh/ngosang/trackerslist@master/trackers_best_ip.txt) -* trackers_all_ip (61 trackers) => [link](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all_ip.txt) / [mirror](https://ngosang.github.io/trackerslist/trackers_all_ip.txt) / [mirror 2](https://cdn.jsdelivr.net/gh/ngosang/trackerslist@master/trackers_all_ip.txt) +1. [index/all.txt](index/all.txt) +1. [index/udp.txt](index/udp.txt) +1. [index/ip.txt](index/ip.txt) +1. [index/archived.txt](index/archived.txt) ### Notes + * A bot automatically checks the trackers and updates the lists. * Trackers with the same domain or pointing to the same IP address are removed. Check out the [blacklist](blacklist.txt). * Trackers are sorted by popularity and latency (from best to worst). * WebSocket trackers (AKA WebTorrent, ws, wss) are supported by few clients. [More info](https://webtorrent.io). * Lists with IP addresses can be shorter because [Cloudflare IPs](https://www.cloudflare.com/ips/) are removed. - -### Contribute -* Do you know more public trackers? => [Open a new issue](https://github.com/ngosang/trackerslist/issues/new) -* Any of the trackers is not working properly? => [Open a new issue](https://github.com/ngosang/trackerslist/issues/new) -* Make a donation using the banners above. - -### Contact -ngosang [@] hotmail [.es] - -### Third-party tools -* [bittorrent-tracker-editor](https://github.com/GerryFerdinandus/bittorrent-tracker-editor) to add these trackers to your .torrent files -* [deluge plugin](https://github.com/stefantalpalaru/deluge-default-trackers) to add these trackers to [deluge](https://github.com/deluge-torrent/deluge) -* [transmission python script](https://github.com/blind-oracle/transmission-trackers) to add these trackers to [transmission](https://github.com/transmission/transmission) -* [transmission bash script 1](https://github.com/AndrewMarchukov/tracker-add) to add these trackers to [transmission](https://github.com/transmission/transmission) -* [transmission bash script 2](https://github.com/oilervoss/transmission) to add these trackers to [transmission](https://github.com/transmission/transmission) -* [transmission bash script 3](https://github.com/Jorman/Scripts#addtransmissiontrackerssh) to add these trackers to [transmission](https://github.com/transmission/transmission) -* [qbittorrent bash script](https://github.com/Jorman/Scripts#addqbittorrenttrackerssh) to add these trackers to [qBittorent](https://github.com/qbittorrent/qBittorrent) -* [aria2 go script](https://github.com/rocket049/aria2-trackers) to add these trackers to [aria2](https://github.com/aria2/aria2) -* [aria2 bash script 1](https://gist.github.com/HaleTom/fe873dc2f3c5bd14f7418efefc2b91a8) to add these trackers to [aria2](https://github.com/aria2/aria2) -* [aria2 bash script 2](https://github.com/wuyuansushen/aria2c_TrackersList) to add these trackers to [aria2](https://github.com/aria2/aria2) - -### Third-party online tools -* [torrenteditor](http://torrenteditor.com) to add these trackers to your .torrent files -* [magnets](https://madeby.lynx.pink/magnets/) to add these trackers to your magnet links diff --git a/index/all.txt b/index/all.txt new file mode 100644 index 00000000000..bb9be31c340 --- /dev/null +++ b/index/all.txt @@ -0,0 +1 @@ +https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/master/trackers_all.txt \ No newline at end of file diff --git a/index/archive.txt b/index/archive.txt new file mode 100644 index 00000000000..efc6aa2d6f6 --- /dev/null +++ b/index/archive.txt @@ -0,0 +1 @@ +https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/master/trackers_archived.txt \ No newline at end of file diff --git a/index/ip.txt b/index/ip.txt new file mode 100644 index 00000000000..5e591864f5e --- /dev/null +++ b/index/ip.txt @@ -0,0 +1 @@ +https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/master/trackers_all_ip.txt \ No newline at end of file diff --git a/index/udp.txt b/index/udp.txt new file mode 100644 index 00000000000..03565f29e49 --- /dev/null +++ b/index/udp.txt @@ -0,0 +1 @@ +https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/master/trackers_all_udp.txt \ No newline at end of file From 3f9c1db2592e87c4b632eecd7477b54712d2ec6f Mon Sep 17 00:00:00 2001 From: Guillaume Plante Date: Wed, 12 Feb 2025 16:48:58 -0500 Subject: [PATCH 2/5] auto --- index/all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/all.txt b/index/all.txt index bb9be31c340..264431cf07f 100644 --- a/index/all.txt +++ b/index/all.txt @@ -1 +1 @@ -https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/master/trackers_all.txt \ No newline at end of file +https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/latest/trackers_all.txt \ No newline at end of file From e1c3623b4895856d367190605f20f8add6ff7cd8 Mon Sep 17 00:00:00 2001 From: Guillaume Plante Date: Wed, 12 Feb 2025 17:46:31 -0500 Subject: [PATCH 3/5] auto --- index/ip.txt | 2 +- index/udp.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index/ip.txt b/index/ip.txt index 5e591864f5e..6c367e8a8d9 100644 --- a/index/ip.txt +++ b/index/ip.txt @@ -1 +1 @@ -https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/master/trackers_all_ip.txt \ No newline at end of file +https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/latest/trackers_all_ip.txt \ No newline at end of file diff --git a/index/udp.txt b/index/udp.txt index 03565f29e49..9004703a9fd 100644 --- a/index/udp.txt +++ b/index/udp.txt @@ -1 +1 @@ -https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/master/trackers_all_udp.txt \ No newline at end of file +https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/latest/trackers_all_udp.txt \ No newline at end of file From 6071dc98a76bd7f3481df834d88155141b3a3a51 Mon Sep 17 00:00:00 2001 From: Guillaume Plante Date: Thu, 13 Feb 2025 00:13:08 -0500 Subject: [PATCH 4/5] auto --- index/best.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 index/best.txt diff --git a/index/best.txt b/index/best.txt new file mode 100644 index 00000000000..263fba15fb6 --- /dev/null +++ b/index/best.txt @@ -0,0 +1 @@ +https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/latest/trackers_best.txt \ No newline at end of file From 9b7bb1f5a6e287d9d557cad6104ec9f327f094da Mon Sep 17 00:00:00 2001 From: Guillaume Plante Date: Thu, 13 Feb 2025 02:11:09 -0500 Subject: [PATCH 5/5] auto --- index/test.txt | 1 + trackers_test.txt | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 index/test.txt create mode 100644 trackers_test.txt diff --git a/index/test.txt b/index/test.txt new file mode 100644 index 00000000000..e7ca1531880 --- /dev/null +++ b/index/test.txt @@ -0,0 +1 @@ +https://raw.githubusercontent.com/arsscriptum/trackerslist/refs/heads/latest/trackers_test.txt \ No newline at end of file diff --git a/trackers_test.txt b/trackers_test.txt new file mode 100644 index 00000000000..f276f86906b --- /dev/null +++ b/trackers_test.txt @@ -0,0 +1,6 @@ +udp://p2p.publictracker.xyz:6969/announce +http://buny.uk:6969/announce +udp://evan.im:6969/announce +https://tr.nyacat.pw:443/announce +udp://discord.heihachi.pw:6969/announce +wss://tracker.webtorrent.dev:443/announce \ No newline at end of file