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

Bug: VPN list is not updating new servers for PrivateVPN #2474

Closed
syamantakpati opened this issue Sep 8, 2024 · 4 comments
Closed

Bug: VPN list is not updating new servers for PrivateVPN #2474

syamantakpati opened this issue Sep 8, 2024 · 4 comments

Comments

@syamantakpati
Copy link

Is this urgent?

None

Host OS

Ubuntu 24.04

CPU arch

x86_64

VPN service provider

PrivateVPN

What are you using to run the container

docker-compose

What is the version of Gluetun

Running version latest built on 2024-08-25T07:04:32.409Z (commit 01fa993)

What's the problem 🤔

Privatevpn new server list is not getting updated. Latest server list can be found at https://privatevpn.com/serverlist.
I tried adding additional servers into servers.json but then that is getting replaced/updated everytime I start the container.
I am not able to somehow configure the VPN to run for Country India :-)

Share your logs (at least 10 lines)

Running version latest built on 2024-08-25T07:04:32.409Z (commit 01fa993)

🔧 Need help? ☕ Discussion? https://github.com/qdm12/gluetun/discussions/new/choose
🐛 Bug? ✨ New feature? https://github.com/qdm12/gluetun/issues/new/choose
💻 Email? quentin.mcgaw@gmail.com
💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
2024-09-08T22:48:38Z INFO [routing] default route found: interface eth0, gateway 172.18.0.1, assigned IP 172.18.0.2 and family v4
2024-09-08T22:48:38Z INFO [routing] local ethernet link found: eth0
2024-09-08T22:48:38Z INFO [routing] local ipnet found: 172.18.0.0/16
2024-09-08T22:48:38Z INFO [firewall] enabling...
2024-09-08T22:48:38Z INFO [firewall] enabled successfully
2024-09-08T22:48:38Z INFO [storage] merging by most recent 20480 hardcoded servers and 20482 servers read from /gluetun/servers.json
2024-09-08T22:48:38Z ERROR VPN settings: provider settings: server selection: for VPN service provider privatevpn: the country specified is not valid: value is not one of the possible choices: none of India is one of the choices available Argentina, Australia, Austria, Belgium, Brazil, Bulgaria, Canada, Chile, Colombia, Costa Rica, Croatia, Cyprus, Czech Republic, Denmark, France, Germany, Greece, Hong Kong, Hungary, Iceland, Indonesia, Ireland, Isle of Man, Italy, Japan, Korea, Latvia, Lithuania, Luxembourg, Malaysia, Mexico, Moldova, Netherlands, New Zealand, Norway, Panama, Peru, Philippines, Poland, Portugal, Romania, Russian Federation, Serbia, Slovakia, South Africa, Spain, Sweden, Switzerland, Taiwan, Thailand, Turkey, Ukraine, United Arab Emirates, United Kingdom, United States, Vietnam
2024-09-08T22:48:38Z INFO Shutdown successful

Share your configuration

ersion: "3"
services:
  gluetun:
    image: qmcgaw/gluetun
    cap_add:
      - NET_ADMIN
    volumes:
      - /home/syamantak/Docker/gluetun:/gluetun
    environment:
      - VPN_SERVICE_PROVIDER=privatevpn
      - OPENVPN_USER=myusernamegoeshere
      - OPENVPN_PASSWORD=mypasswordgoeshere
      - SERVER_COUNTRIES=India
      #- SERVER_COUNTRIES=United States 
      #- SERVER_CITIES=Atlanta,Buffalo,Dallas,LasVegas,Miami,NewYork1,Phoenix
      #- SERVER_HOSTNAMES=
      #- OPENVPN_ENDPOINT_PORT
      #- VPN_PORT_FORWARDING=on
      #- UPDATER_PERIOD=
Copy link
Contributor

github-actions bot commented Sep 8, 2024

@qdm12 is more or less the only maintainer of this project and works on it in his free time.
Please:

@brpaz
Copy link

brpaz commented Sep 9, 2024

Seems similar with the issue I had with ProtonVPN. See #2470

The solution to that issue worked for me. Still, the automatic updates is probably broken.

@qdm12
Copy link
Owner

qdm12 commented Sep 18, 2024

@brpaz you had another problem.
This is just because... India isn't here 🤷
The data Gluetun uses is taken from https://privatevpn.com/client/PrivateVPN-TUN.zip and India isn't in there. Just reach out to PrivateVPN and tell them to keep their OpenVPN zip file updated with that India server. Once that's done, run the servers data update in Gluetun and you should have that India server. Closing this since this is more of an issue on privatevpn's side.

@qdm12 qdm12 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2024
Copy link
Contributor

Closed issues are NOT monitored, so commenting here is likely to be not seen.
If you think this is still unresolved and have more information to bring, please create another issue.

This is an automated comment setup because @qdm12 is the sole maintainer of this project
which became too popular to monitor issues closed.

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

No branches or pull requests

3 participants