[GH-ISSUE #600] Make Pi-Hole Lists of these trackers lists #486

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

Originally created by @genestrashcan on GitHub (Sep 6, 2025).
Original GitHub issue: https://github.com/ngosang/trackerslist/issues/600

None of these lists are in the format pi-hole accepts... I need to block torrenting on my network with a Pi-hole so please make pi-hole compatible lists from these tracker lists.

Here is a example of how pi-hole lists are supposed to structured

# --------------------------------------------
# Pi-hole public torrent tracker blocklist
# --------------------------------------------
# Last Update - Date
# --------------------------------------------
# Total domains: Number of domains
# --------------------------------------------
# Total size: X.XK
# --------------------------------------------
# Maintainer: YOUR NAME HERE
# --------------------------------------------
# Open an issue for whitelisting.
# --------------------------------------------

0123456789nonexistent.com
0205.uptm.ch
0d.kebhana.mx
1.tracker.eu.org
1337.abcvg.info
1c.premierzal.ru
2.tracker.eu.org
3.tracker.eu.org
3rt.tace.ru
4.tracker.eu.org
47.ip-51-68-199.eu
5rt.tace.ru
and on...

here is how your lists are structured

udp://tracker.opentrackr.org:1337/announce

http://tracker.opentrackr.org:1337/announce

udp://open.demonii.com:1337/announce

udp://open.stealth.si:80/announce

udp://exodus.desync.com:6969/announce

udp://tracker.theoks.net:6969/announce

udp://tracker.qu.ax:6969/announce

udp://retracker01-msk-virt.corbina.net:80/announce

udp://opentracker.io:6969/announce

udp://explodie.org:6969/announce

http://tracker.qu.ax:6969/announce

udp://wepzone.net:6969/announce

udp://ttk2.nbaonlineservice.com:6969/announce

udp://tracker2.dler.org:80/announce

udp://tracker.zupix.online:6969/announce

udp://tracker.wepzone.net:6969/announce
Originally created by @genestrashcan on GitHub (Sep 6, 2025). Original GitHub issue: https://github.com/ngosang/trackerslist/issues/600 None of these lists are in the format pi-hole accepts... I need to block torrenting on my network with a Pi-hole so please make pi-hole compatible lists from these tracker lists. Here is a example of how pi-hole lists are supposed to structured ``` # -------------------------------------------- # Pi-hole public torrent tracker blocklist # -------------------------------------------- # Last Update - Date # -------------------------------------------- # Total domains: Number of domains # -------------------------------------------- # Total size: X.XK # -------------------------------------------- # Maintainer: YOUR NAME HERE # -------------------------------------------- # Open an issue for whitelisting. # -------------------------------------------- 0123456789nonexistent.com 0205.uptm.ch 0d.kebhana.mx 1.tracker.eu.org 1337.abcvg.info 1c.premierzal.ru 2.tracker.eu.org 3.tracker.eu.org 3rt.tace.ru 4.tracker.eu.org 47.ip-51-68-199.eu 5rt.tace.ru and on... ``` here is how your lists are structured ``` udp://tracker.opentrackr.org:1337/announce http://tracker.opentrackr.org:1337/announce udp://open.demonii.com:1337/announce udp://open.stealth.si:80/announce udp://exodus.desync.com:6969/announce udp://tracker.theoks.net:6969/announce udp://tracker.qu.ax:6969/announce udp://retracker01-msk-virt.corbina.net:80/announce udp://opentracker.io:6969/announce udp://explodie.org:6969/announce http://tracker.qu.ax:6969/announce udp://wepzone.net:6969/announce udp://ttk2.nbaonlineservice.com:6969/announce udp://tracker2.dler.org:80/announce udp://tracker.zupix.online:6969/announce udp://tracker.wepzone.net:6969/announce ```
kerem closed this issue 2026-02-26 06:30:50 +03:00
Author
Owner

@ngosang commented on GitHub (Oct 7, 2025):

The list provided by this project are in the "torrent list format" accepted by most Bittorrent clients.
You can make a Bash / Python script to convert this format into PiHole format.
If you are interested in sharing the code I can publish it here => https://github.com/ngosang/trackerslist?tab=readme-ov-file#third-party-tools

<!-- gh-comment-id:3378582698 --> @ngosang commented on GitHub (Oct 7, 2025): The list provided by this project are in the "torrent list format" accepted by most Bittorrent clients. You can make a Bash / Python script to convert this format into PiHole format. If you are interested in sharing the code I can publish it here => https://github.com/ngosang/trackerslist?tab=readme-ov-file#third-party-tools
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#486
No description provided.