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
7.94k stars 367 forks source link

Bug: hardcoded nordvpn server list url invalid #1698

Closed ralandnet closed 1 year ago

ralandnet commented 1 year ago

Is this urgent?

Yes

Host OS

Synology

CPU arch

x86_64

VPN service provider

NordVPN

What are you using to run the container

docker-compose

What is the version of Gluetun

v3

What's the problem 🤔

\internal\provider\nordvpn\updater\api.go

invalid url:

correct url:

Share your logs

gluetun    | 2023-06-17T23:45:36+02:00 INFO [storage] merging by most recent 13056 hardcoded servers and 13056 servers read from /gluetun/servers.json
gluetun    | 2023-06-17T23:45:36+02:00 ERROR VPN settings: provider settings: server selection: the hostname specified is not valid: value is not one of the possible choices: value "it267.nordvpn.com", choices available are al18.nordvpn.com, al20.nordvpn.com, ....

Share your configuration

No response

qdm12 commented 1 year ago

Indeed, fixed in 515ae8efb3f9af8427cef933bb29154f8a80ced9 👍