I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?

  • 520@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    11 months ago

    So, my setup might be of interest to you.

    I have an OpenWRT router with an OpenVPN client on it. I use the router’s firewall rules to secure the access as needed. If I’m using the VPN, then the VPN is the only way traffic can get out, as I close the direct route via firewall.

    This setup persists even after a router reboot.

    To do this easily, I made a Python script that can load the OpenVPN files on the router, switch on/off the OpenVPN connection and modify the firewall accordingly.

    This affects the entire network, and means I am not reliant on the torrent software or desktop VPN client playing ball.

    Happy to share my script if it will be handy to you.