-
-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom VPN provider support #1416
Conversation
Wow - very nice - one addition - most of these VPN providers allow for parameter on connect to specify the country to connect to. Ie expressvpn connect US They also have in all their CLI the ability to list country to connect to. I do think most also have provision to connect to "best" if no option given? expressvpn list will list all countries to connect to |
@frankoz95967943 yup, exactly re: country support. this first stab looks to handle basic connect / disconnect and status operations for each of these CLIs. login / logout and ability to select a country are up next. |
…tatus, user account
@frankoz95967943 ExpressVPN lightway with detailed diagnostics |
Work in progress. Resolves #1414