Kabe0 / deluge-windscribe

To provide an isolated VPN layer with Deluge
22 stars 6 forks source link

Deluge leaks IP if container is restarted #32

Open futurepirateking opened 2 years ago

futurepirateking commented 2 years ago

Hello,

Everything mostly works great except I am noticing my IP leaking.

Not sure if there is a way to kill all connections on stop but I am checking my IP through the IP magnet website and it shows my local IP for a couple of seconds then shows the VPN IP afterwards.

Kabe0 commented 2 years ago

Your seeing it with relation of the deluge client broadcasting it?

Reason I ask is Windscribe handles the iptable rules, so it sets the blocking behavior. The script will first start Windscribe, Login, then set the connection + firewall rules, then deluge will start.

futurepirateking commented 2 years ago

If it is a normal launch, it works as expected but if I restart the container and a download is happening, I think windscribe is dropping first and deluge is falling back to my true IP.