this post was submitted on 16 Jan 2025
67 points (97.2% liked)
Privacy
33133 readers
1161 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Using a VPN for torrents and forgetting to set it up to kill the network connection when VPN is lost. Got a couple "love letters" from my ISP that way.
After getting those nastygrams myself then having to troubleshoot some other issues, I've ended up using solely a private tracker (iptorrents because I couldn't get an invite elsewhere) for torrents which I only use for manual search in radar/sonarr to minimize seeding space. Automatic downloads go through Usenet if I add something to my watchlist. I did have torrenting bound to PIA as a VPN in the past, but with Usenet and a private tracker I never felt the need to renew it.
I taped my latest DMCA letter to the wall to remind myself of this. I also wrote a small script to kill torrent processes and eventually break the software adapter if needed if certain gateways are reachable.
Looks like a hacky and far from perfect approach here. In the gap where you lose your VPN connection and the script triggers, there's a timeframe that your torrent software will leak a lot of data. A better approach here is to enforce only VPN connections via your firewall. Whitelist outgoing connections to your VPN destination, blacklist the rest. On Linux make the torrent systemd unit also have a dependency on the VPN connection, that it: your torrent service won't start if the VPN service isn't active. So in case your VPN disables at some point,the firewall will still do its work.