this post was submitted on 18 Jun 2023
1 points (100.0% liked)

Piracy

22189 readers
1 users here now

Welcome to /c/piracy

No netflix or streaming services landlubbers allowed, this is pirates territory.

founded 5 years ago
MODERATORS
 

Is there someone here that managed to use ngrok or something like it to make their torrent client connectable without port forwarding? Something like announcing my address to the tracker as the ngrok address, so that people can connect to me using that and download.

you are viewing a single comment's thread
view the rest of the comments
[–] drifty@sh.itjust.works 0 points 1 year ago* (last edited 1 year ago) (2 children)

yes, you can configure a tcp tunnel for a direct connection to a server from games, or use http tunnels to use a utility service server as a website without port forwarding

here is a quick guide I use when i forget, on how multiple tunnels can be opened on one account for free: - https://medium.com/@singhgautam7/ngrok-make-full-use-of-free-tier-version-to-expose-your-localhost-to-the-internet-1160e652d794

[–] curiouser@sh.itjust.works 1 points 1 year ago (1 children)

Sorry, i really should have been more specific. I would like to make my torrent client connectable using ngrok, but not sure if there is a torrent client that would make this possible. Thanks for the link though it is still useful!

[–] drifty@sh.itjust.works 0 points 1 year ago

Alright, my bad didn't read through entirely, so you can use qbittorrent for this, and qbittorrent-nox on linux.

You enable the remote web access (called Web UI in settings for the gui version and enabled by default in qbit nox on linux) for qbittorrent and it runs on port 8080 by default. You can then use ngrok to make a http tunnel to localhost:8080 and you're good to go.