qdm12 / gluetun

VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
https://hub.docker.com/r/qmcgaw/gluetun
MIT License
8.15k stars 373 forks source link

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

Closed syamantakpati closed 2 months ago

syamantakpati commented 2 months ago

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=
github-actions[bot] commented 2 months ago

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

brpaz commented 2 months ago

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 commented 2 months ago

@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.

github-actions[bot] commented 2 months ago

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.