67
VPN Recommendations?
(lemmy.dbzer0.com)
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 |
Another vote here for ProtonVPN, though it doesn’t support port forwarding via a GUI on Linux, only OpenSSL and Wireguard configs. I set it up with gluetun, qBittorrent, and qBittorrent-natmap and and it just works.
I've heard that the open port rotates. Is that true? Because it will affect seeding.
You dynamically request "a port" from the vpn gateway and it returns your port number.
As long as your nat-pmp-client keeps refreshing the port, it should stay the same. The timeout is rather low (60s afaik) so it probably wouldn't survive restarts.
There's a docker image that automates this for qbittorrent, but it shouldn't be overly complicated to adapt the script to other clients, if they can be configured via an API.