Feature requests

Discussion about VPN Client Pro
Post Reply
px85
Posts: 5
Joined: Thu Dec 16, 2021 10:45 am

Feature requests

Post by px85 »

1) Option to disable confirmation when connecting to another server.

2) "Server check mode"
I have list of over 500 servers. Some of them may not connect
or be passworded. I want to remove such servers from list.

Idea: Server check mode.

Code: Select all

begin
Loop through all servers in list
	Try to connect for some time (example 1 minute)
		If connected succesfully - continue
		If not connected - mark or remove from list
		If connected but required password -  mark or remove from list
end loop;
end;
admin
Site Admin
Posts: 669
Joined: Fri Feb 15, 2019 4:04 pm
Contact:

Re: Feature requests

Post by admin »

Thank you for the suggestion.
I will think about, anyway for the moment it's not scheduled.
Post Reply