Some PTs I’m on state it’s okay to re-direct my traffic through a server to browse the site. Issue is I don’t know what software to use to do this.

I want to make a flutter app to browse forums on PTs is really why I’m doing this. I hope to bring more life into the usually slow forums.

  • Brickfrog@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    You’d need to ask the staff at those private trackers.

    I think the expectation is that you may want to browse the site using the same IP address(s) that you are running your torrent client(s) on. e.g. if you are already using a seedbox/VPN/proxy then those particular trackers allow you to browse the site using that same IP address from the seedbox/VPN/proxy you are torrenting with.

    They probably aren’t expecting you to browse the site with some random open proxy, Tor, etc. & may end up banning you if they see those random IPs show up.

      • Brickfrog@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        arrow-down
        1
        ·
        1 year ago

        That might be up to you, depends how much you need to do with the proxy part of that. With the seedbox provider I subscribe at they offer SSH capability so I can SSH into the seedbox. But if I want I can also create a proxy tunnel through the SSH connection & configure my web browser to use that local proxy port to tunnel through the seedbox’s internet connection. It’s not something I need to do often but is totally workable.

        I do that with PuTTY, you can google around for that e.g. https://www.digitalocean.com/community/tutorials/how-to-route-web-traffic-securely-without-a-vpn-using-a-socks-tunnel is a good overview.

        That said I’m sure there’s actual SOCKS proxy software you can install on the seedbox if you need more advanced features.

        (don’t know anything about app development / flutter so can’t comment much on that)