Open sinspired opened 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.
There might be a better way to package the Windows release using Winget.
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