107
Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?
(sh.itjust.works)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
You don't need to switch to another client. Apparently Transmission can be set to bind to your VPN IP by editing
settings.json
:If you set those with your VPN IP and the VPN is down then Transmission won't be able to communicate with any peers.
Another option, is to use systemd to restrict Transmission's networking to your VPN IP. You can make an override of the default transmission daemon unit by using the following command:
Then type what you need to override:
Another systemd option, might be to restrict it to a single network interface:
Save the file and run
systemctl daemon-reload
followed bysystemctl restart transmission-daemon.service
and it should be applied.This will be safer than just doing
bind-address-ipv4
andbind-address-ipv6
.