HaruVON / qbit-vpn

This project builds ontop of the linuxserver/qbittorrent docker image and adds a connection to the protonvpn service with the kill switch enabled to hide your ip address while torrenting.
1 stars 1 forks source link

Fails to deploy from restart #1

Open HaruVON opened 10 months ago

HaruVON commented 10 months ago

Upon restarting, the docker container seems to fail to start correctly resulting in the inability to get to the web page. Recreating instead of restart seems to be a bypass of this issue

HaruVON commented 10 months ago

When looking at the logs when recreating comes up with a failure to connect to the VPN. Checking the ip address in the container via ip a also shows that it's not connected to the VPN. Checking the VPN status in the container via protonvpn-cli also shows this. However, upon checking qbittorrent's ip address via a check my torrent ip service it shows that it's connected to the VPN.

Recreating the docker container and enabling a re-pull of the image fixes the logs, ip a, and protonvpn-cli status and is verified via check my torrent ip.