kboghe / NordVPN-switcher

Rotate between different NordVPN servers with ease. Works both on Linux and Windows without any required changes to your code!
https://pypi.org/project/nordvpn-switcher/
189 stars 51 forks source link

get_ip() could fail when a ip check server is down #48

Open Borogum opened 1 year ago

Borogum commented 1 year ago

In function get_ip() you use two hardcoded servers to check ip. The server is chosen randomly. The problem is when one server is down and is seleted all switch process fail. I suggest verify that servers are ready before ip checking. Today ip4only is down :)