peerstohttp icon indicating copy to clipboard operation
peerstohttp copied to clipboard

TOR/Proxy Support?

Open jontstaz opened this issue 2 years ago • 1 comments

Hi there. Super nice repo you've made! Just wondering if there's anything implemented for running it through TOR or a Proxy? If not, I will have a go at implementing it and could make a PR or feature branch if you or anyone's interested. Would just need to test first if running thru TOR would make it too slow and therefore unusable.

Cheers,

jontstaz avatar Mar 24 '23 17:03 jontstaz

This repo is just an http API over anacrolix/torrent lib. You need to add socks5 support to that lib.

But I can see more simple way to do that: you can create virtual network device (configured to route traffic to vpn or proxy) at your machine and set listening host ip using app's config.

WinPooh32 avatar Mar 26 '23 06:03 WinPooh32