
Transmission through Wireguard on Docker Compose
Preface I’ve wanted to setup transmission on my server for a while. I just wanted to make sure no one could see the linux iso’s I was downloading. I’ve tried before but for some reason always struggled. I mean I had it working a few years ago but that was without docker. Now I have a little bit of a diffrent approch. I want to talk about that today. Introduction Torrenting over a VPN is fairly simple, it is the seeding that is the problem. Lots of VPN services either block outright the ability to see or open a random port that you have to figureout and add to your client. The worst part, it changes when you restart the VPN. So… how do I go about fixing that? I will be using the LSIO container for transmission. LSIO has the amazing ability to run “Private Custom Services”. This allows you to run a script along side what ever service is starting. So lets start some of the configs and scripts. ...