I read that was highly recommend, and looked closer into the config options for transmission torrent client on Debian. I don’t see any options in that regard. Where can I find instructions?
I found this: https://askubuntu.com/questions/37412/how-can-i-ensure-transmission-traffic-uses-a-vpn#205510 Hope it helps
Use docker with something like gluetun and run transmission docker sharing gluetun network.
I’m using this if it helps and if you want to use docker : https://hub.docker.com/r/haugene/transmission-openvpn
Also, VPN usually have a killswitch feature where it turn off the connection if the VPN stops working.
I use qbittorrent in a docker container which sits on the network stack of another wireguard container connected to mullvad.
not really.
It’s pretty easy as far as docker configs go.
Get a wireguard container, I think I use one from linuxserver IIRC.
Then get a qbittorrent (or other torrent client) container, and set it’s network to use the wireguard container. It’s as easy as network: wireguard_container_name
in your compose file or something like that anyway.