-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Wiki issue: Update NordVPN to include support for SERVER_GROUPS
#1541
Comments
This data should be added through #1380 first |
Although what's the use case? 🤔 The region group will now be taken into account ( But the other ones, do they have any use? That would add a considerable amount of data to the servers data because each server has 3-5 groups, and given the high number of nordvpn servers (they make half of the servers data in gluetun!), that would add a few MBs to the Docker image which I would ideally avoid. |
I’m not asking to change the docker image. I’m saying that the current image already does support SERVER_GROUPS. Updating the wiki would save folks fumbling around like I did to see if it works :) |
it doesn't work, since the data has no server group for nordvpn servers (check out https://github.com/qdm12/gluetun/blob/master/internal/storage/servers.json) |
I'm not sure what to tell you, but this docker-compose connects to the VPN just fine:
From the Gluetun logs:
|
|
Understood. Then to answer your use-case question, I was hoping to use random double_vpn servers. |
Ok cool, I created #1643 (which includes your request), please subscribe to that one instead 👍 Thanks! |
URL to the Wiki page
https://github.com/qdm12/gluetun/wiki/NordVPN
What's the issue?
Server groups are also supported. eg, you can use
SERVER_GROUPS
in docker compose instead ofSERVER_REGIONS
.The current groups from NordVPN can be found in the CLI. For example:
The text was updated successfully, but these errors were encountered: