morpheusthewhite / nordpy

A gui application to connect automatically to the recommended NordVPN server
GNU General Public License v3.0
105 stars 16 forks source link

Add update functionality #1

Closed morpheusthewhite closed 5 years ago

morpheusthewhite commented 6 years ago

Add "Update" button to re-download from nordvpn.com all .ovpn files Also received as recommended server one which .ovpn is not on disk will result in a infinite loop (the thread is reading on the sdout ovpn indefinitely)

morpheusthewhite commented 5 years ago

Solved with https://github.com/morpheusthewhite/NordPy/commit/5dbeb440df43fd52d045f9257c5856c2d517cc24 (instead of adding the update button the check is done automatically in the background when an unknown server is retrieved from NordVPN.com)