My super simple torrent server setup with Raspberry Pi and Docker
https://lemmy.world/post/2429395
My super simple torrent server setup with Raspberry Pi and Docker - Lemmy.world
Hi selfhosted, I made a short tutorial for anyone who might want to dive into
arr selfhosted software but dont know where to start. I did it on my RPI but
docker config will work in any docker friendly environment so adjust it to your
scenerio. I will gladly discuss that topic so fell free to talk.
You could make a container for the VPN and have the torrents route through that. Instead of having the whole system go through the VPN. You can then also make the VPN a dependency of the torrent container to prevent it from leaking torrent traffic out of your standard internet connection.
How would one do that if they had basic Linux knowledge but have not really touched docker? Asking for a friend and for his educational purposes only :)
Making a Docker Container Use a VPN – Natural Born Coder