How to route transmission through Mullvad?
Does anyone know the best way to route traffic from transmission through Mullvad?
I have transmissionset up on my plex server which I control using tranmission remote and want to download my Linux ISOs with privacy.
I have downloaded the wireguard config and can connect to it using wg-quick, but I don't want all traffic going through it, only transmission.
You are viewing a single comment
I personally shove Transmission into Docker:
Make sure your mullvad config is called
wg0.conf
in./config
.Oh yes, got your password :p
All I see is *******.
Really?
Password: ********
h2
I do this except with https://github.com/qdm12/gluetun
(which apparently also can be used as a k8s sidecar container, am gonna try this soon as well)
I'm trying this and it seems to be running. If I run
curl 127.0.0.1:9091
I get a 403 which is expected but if I try to access the same from another computer on the network then the connection times out, any idea what could be the cause?