I use a seedbox to run qBittorrent with Jackett, and have a bunch of sources on there. I know there are other methods, but that works for me and I’m comfortable with it.
Rarbg has been gone for about five months and it’s harder and harder to find 4k TV rips. For current shows, sometimes you can get episodes as they air, but it’s rare to see full seasons.
The tipping point was when I searched for a Netflix show from two weeks ago just now, with zero 4K results.
I’ve always hated private trackers since they’re a pain in the ass, but is that the only option now? Do I need to look at a different method entirely? I’ve been torrenting since that existed, but if I need to do something else, let me know.
I don’t expect to get torrent sites in any responses, but you can do that if you have any 😂
How are you routing containers through the VPN container?
You set the network up as container:vpncontainername
Edit: correction
If this refers to docker compose, I think all that does is put them in the same network.
Here’s the docker equivalent (gluetun is the VPN container in my setup):
network_mode: container:gluetun
So for any container I want to run through the VPN, I just stick that line in.
Not compose, I use unRAID. This put this container in the other container’s net. If you google for unRAID you find it quite fast.
Oh interesting thanks!