Skip to content
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

Pick random vpn server #9

Closed
pmo opened this issue Jun 13, 2017 · 8 comments
Closed

Pick random vpn server #9

pmo opened this issue Jun 13, 2017 · 8 comments

Comments

@pmo
Copy link

pmo commented Jun 13, 2017

Would be nice with a command to connect to a random server.

Example: "nordvpn -r" for truly random server, and "nordvpn -r us" for a random server in the US. ofc you could add --random too :-)

@nstinus
Copy link
Owner

nstinus commented Jun 14, 2017

I feel like pure random is of little use. You'd probably want to connect by default to a small set of servers; perhaps according to some feature (the closest, or less loaded, by country, netflix...). This information is now present thanks to #4 and related to #7 . For this reason, I opened #11.
Let me know what you think.

@pmo
Copy link
Author

pmo commented Jun 16, 2017

What you explain sure has great uses too, that it connects to a "random" server close to you etc.. But trust me sometimes people would like random IP just like with tor browser :) if you have a small set of servers you use, combined with the browser you use, it makes it really easy to identify you, and kinda defeats the purpose of a VPN in some cases. I would personally use a less loaded function a lot in some cases :-)

@nstinus
Copy link
Owner

nstinus commented Jun 17, 2017

Sounds reasonable. Would you care to do the change and submit a merge request?

@pmo
Copy link
Author

pmo commented Jun 27, 2017

I will have a look at it :-)

@nstinus
Copy link
Owner

nstinus commented Jun 28, 2017

An alternative could be to introduce a new command: "pick". By default it would do what you suggest; then, leveraging the information we get in the infos command, it could do much more. Like picking a Netflix server for example or one that has a low load...

@thesilent33
Copy link

Any update for this feature?

@nstinus
Copy link
Owner

nstinus commented May 20, 2018

I just pushed a change to the command start.
If the server is not specified, it will randomly pick one from a list of 5.
Note that this requires a working internet connection and for the jq program to be available in the PATH.
Thank you for your patience.

@thesilent33
Copy link

Thank you very much. :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants