davegallant / vpngate

a client for vpngate.net
GNU General Public License v3.0
13 stars 5 forks source link

Need windows version,And automatic speedtest and tcp/udp test #131

Open sinspired opened 3 months ago

sinspired commented 3 months ago

when a server not avilable,it should switch to next server。 may test tcp/udp first to filter the alive host,then connect one by one。

In some country ,it must connect some proxy first,then doload the api.csv。

I just learn golang,look farword to your reply

davegallant commented 3 months ago

I've added initial windows support in the latest 0.3.0 release and documented it here.

There is some support for reconnecting with the --reconnect flag.

Regarding a proxy, there is support for --proxy (http proxy) and --socks5 (socks5 proxy) flags when running the connect command.

davegallant commented 3 months ago

There might be a better way to package the Windows release using Winget.