Quick post to immortilize the configuration to get transmission-daemon working with a wireguard tunnel. If you don’t have a wireguard tunnel, head to https://mullvad.net/en/ and get one. Transmission config First, the transmission config is really simple: #/etc/transmission-daemon/settings.json { […] "bind-address-ipv4": "X.X.X.X", "bind-address-ipv6": "xxxx:xxxx:xxxx:xxxx::xxxx", "peer-port": 24328, "rpc-bind-address": "0.0.0.0", […] } I also run the daemon using the following service for good measure:
Home | Tags |