jkotra / eOVPN

OpenVPN Configuration Manager.
GNU General Public License v3.0
70 stars 9 forks source link

Servers search and ip check #35

Closed ww-9 closed 1 year ago

ww-9 commented 2 years ago

The server search feature is absolutely necessary since there are often a lot of servers.

Also, when vpn killswitch is used at start of the application it can't get an ip and therefore it is in a constant spinning at the top and sometimes even hangs. We need either an option to control this behavior or just better handle situations where there is no internet access.

ww-9 commented 2 years ago

By "constant spinning" I mean current ip display, not a situation where it can't connect to a VPN

jkotra commented 2 years ago

The server search feature is absolutely necessary since there are often a lot of servers.

api bindings required to implement search were broken last time i checked. I will look into it sometime later.

application it can't get an ip

IP resolution needs access to internet. in case of failure, it will fall back to placeholder UN flag and 0.0.0.0 as ip address. Screenshot from 2022-08-13 02-46-05

you can easily guess the problem by looking at debug logs: use --debug DEBUG arguments to enable debug logs.