Home

How to check if Proton VPN has switched locations?

$$11779
https://sh.itjust.works/u/westingham posted on Mar 14, 2026 02:26

I have Proton VPN and qbittorrent running on Windows 10 with qbittorrent bound to Proton interface.

Every now and then Proton will reconnect in the background which means the port changes and the IP address changes.

How can I monitor Proton for these changes and either a.) update qbittorrent or b.) use Pushover to notify me that a change has occurred?

https://sh.itjust.works/post/56767882
Reply
$$11797
https://piefed.world/u/upbeatdingo posted on Mar 14, 2026 03:05
In reply to: https://sh.itjust.works/post/56767882

Fair warning, my personal machines run linux so I’m not able to test this.

You could use a script like the one listed here to notify you of IP address changes:

https://superuser.com/a/1892075

https://piefed.world/comment/4286617
Reply
$$11830
https://anarchist.nexus/u/Luminous5481 posted on Mar 14, 2026 05:04
In reply to: https://sh.itjust.works/post/56767882

If you don’t want to bother with this, something a lot of people do is run qBittorrent with Proton in Docker. There are containers that will pipe any changes directly into qBittorrent. The one I use on my media server is from binhex. All self contained and easy to update since it’s Docker.

https://anarchist.nexus/comment/3041716
Reply
$$12005
https://lemmy.world/u/irmadlad posted on Mar 14, 2026 14:58
In reply to: https://sh.itjust.works/post/56767882

Proton will reconnect in the background which means the port changes and the IP address changes.

That’s weird. What is the reasoning behind that? That would drive me up the wall. A new IP and port would require a new leak test for me. Some VPN slots have a reverse DNS which attaches an identifier to the whole shebang, and in my mind, is unacceptable.

https://lemmy.world/comment/22659229
Reply
$$12008
https://lemmy.world/u/hamFoilHat posted on Mar 14, 2026 15:18
In reply to: https://lemmy.world/comment/22659229

Can I ask, how do you detect that?

https://lemmy.world/comment/22659505
Reply
$$12016
https://lemmy.world/u/irmadlad posted on Mar 14, 2026 15:37
In reply to: https://lemmy.world/comment/22659505

test

https://lemmy.world/comment/22659762
Reply
$$12018
https://lemmy.world/u/irmadlad posted on Mar 14, 2026 15:39
In reply to: https://lemmy.world/comment/22659505

nslookup xxx.xxx.xxx.xxx (VPN IP) ** server can’t find xxx.xxx.xxx.xxx.in-addr.arpa: NXDOMAIN

With rDNS it might look like this:

nslookup 208.104.203.197 xxx.xxx.xxx.xxx.in-addr.arpa name = xxx-xxx-xxx-xxx.reserved.example.net.

https://lemmy.world/comment/22659788
Reply
$$12020
https://lemmy.world/u/irmadlad posted on Mar 14, 2026 15:40
In reply to: https://lemmy.world/comment/22659505

Without rDNS

nslookup xxx.xxx.xxx.xxx (VPN IP) ** server can’t find xxx.xxx.xxx.xxx.in-addr.arpa: NXDOMAIN

With rDNS it might look like this:

nslookup 208.104.203.197 xxx.xxx.xxx.xxx.in-addr.arpa name = xxx-xxx-xxx-xxx.reserved.example.net.

https://lemmy.world/comment/22659799
Reply
$$12022
https://lemmy.decronym.xyz/u/Decronym posted on Mar 14, 2026 15:40
In reply to: https://sh.itjust.works/post/56767882

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

Fewer Letters More Letters
DNS Domain Name Service/System
IP Internet Protocol
VPN Virtual Private Network

[Thread #164 for this comm, first seen 14th Mar 2026, 15:40] [FAQ] [Full list] [Contact] [Source code]

https://lemmy.decronym.xyz/comment/18061
Reply
$$12027
https://lemmy.dbzer0.com/u/zer0squar3d posted on Mar 14, 2026 16:03
In reply to: https://anarchist.nexus/comment/3041716

https://github.com/qdm12/gluetun supports protonvpn

https://lemmy.dbzer0.com/comment/24952397
Reply
$$12041
https://sh.itjust.works/u/sunth1ef posted on Mar 14, 2026 16:58
In reply to: https://sh.itjust.works/post/56767882

Can confirm that this happens on mobile (installed via F-Droid on GrapheneOS). It will seemingly change countries or profiles mid day or overnight without a restart.

I have not witnessed this on Linux via flatpak but will keep an eye out..

https://sh.itjust.works/comment/24287950
Reply
$$12238
https://lemmy.today/u/hexagonwin posted on Mar 15, 2026 08:24
In reply to: https://sh.itjust.works/post/56767882

proton allows generating woreguard config for a specific server even on free plans on their wrbsite, worth checking out

or you could just have a script tobperiodically check your external ip with something like icanhazip.com and automatically make needed changes

https://lemmy.today/comment/22895240
Reply