MarkusMcNugen / docker-qBittorrentvpn

Docker container which runs a headless qBittorrent client with WebUI and optional OpenVPN
https://hub.docker.com/r/markusmcnugen/qbittorrentvpn/
GNU General Public License v3.0
166 stars 92 forks source link

Without VPN, qBittorrent starts up and IP is revealed #139

Open schnillerman opened 1 year ago

schnillerman commented 1 year ago

If - for some reason, VPN doesn't start (e.g. my previous issue), no error message is thrown in log. For new users, this can be interpreted like everything is OK where really, VPN is not even started.

Also, qBittorrent is normally started and actual IP is revealed (tested using MagnetIP).

Maybe a VPN startup check should determine if VPN is running, and if not, container should be shut down / halted.