sfiorini / NordVPN-Wireguard

A bash scripts that generates Wireguard configuration file for a NordVPN connection.
229 stars 40 forks source link

Feature request: Option to get multiple servers configs at once, not only the recommended one. #1

Open cypherpunk1984 opened 2 years ago

cypherpunk1984 commented 2 years ago

Would be great to have the options to get configs from:

a) all of the servers; b) all of the server from an specific country; c) all of the servers from an specific city.

P.D. Thanks for this great script.

sfiorini commented 2 years ago

Definitely a great idea however I am wondering if that's would trigger NordVPN to ban the user who run the script in that way. The script needs to connect to each server in succession to get the config. If I connect and disconnect 100 times in 2 minutes I imagine it would trigger some red flag...

cypherpunk1984 commented 2 years ago

Definitely a great idea however I am wondering if that's would trigger NordVPN to ban the user who run the script in that way. The script needs to connect to each server in succession to get the config. If I connect and disconnect 100 times in 2 minutes I imagine it would trigger some red flag...

You are completely right, I didn't consider that. They most probably have some measure to block someone that does that, could end up in an account ban.

abishur commented 1 year ago

This is definitely something we need to look into more. I was banging my head against the wall trying to figure out why I couldn't connect with the wireguard conf file the script created. Turns out the server was overloaded and rejecting my connection. I tried another random one and I was up and running.

Is there anyway to have a fail over server in the config file so if one doesn't work I don't have to manually go in, change the server I'm connecting to, and pray that works?