Closed Shinops closed 1 year ago
Similar to issue #1613, rolling back to v3.34.1 doesn't work also
Log with v3.34.1:
Running version v3.34.1 built on 2023-05-22T06:02:37.334Z (commit 6d48f9c)
🔧 Need help? https://github.com/qdm12/gluetun/discussions/new
🐛 Bug? https://github.com/qdm12/gluetun/issues/new
✨ New feature? https://github.com/qdm12/gluetun/issues/new
☕ Discussion? https://github.com/qdm12/gluetun/discussions/new
💻 Email? quentin.mcgaw@gmail.com
💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
2023-06-09T00:38:59+02:00 INFO [routing] default route found: interface eth0, gateway 192.168.89.1, assigned IP 192.168.89.5 and family v4
2023-06-09T00:38:59+02:00 INFO [routing] local ethernet link found: eth0
2023-06-09T00:38:59+02:00 INFO [routing] local ipnet found: 192.168.89.0/24
2023-06-09T00:38:59+02:00 INFO [firewall] enabling...
2023-06-09T00:38:59+02:00 INFO [firewall] enabled successfully
2023-06-09T00:39:00+02:00 INFO [storage] merging by most recent 13056 hardcoded servers and 17678 servers read from /gluetun/servers.json
2023-06-09T00:39:00+02:00 INFO [storage] Using nordvpn servers from file which are 393 days more recent
2023-06-09T00:39:00+02:00 ERROR VPN settings: provider settings: server selection: the region specified is not valid: value is not one of the possible choices: value "poland", choices available are Africa, the Middle East and India, Asia Pacific, Europe, The Americas
2023-06-09T00:39:00+02:00 INFO Shutdown successful
As the log mentions, the region is now the continent, you can use SERVER_COUNTRIES
to specify the country.
I decided to bundle this and slightly break changes for once, since keeping both retro-compatible was a nightmare.
This was changed in https://github.com/qdm12/gluetun/commit/07459ee854f9609c1e9aa7d7161f9af04a59199b which affects the latest image, although I'm not 100% sure about why v3.34 complains about this.
Let's keep this opened so I update the wiki about it.
Actually running:
docker run -it --rm --cap-add=NET_ADMIN -e VPN_SERVICE_PROVIDER=nordvpn -e OPENVPN_USER=a -e OPENVPN_PASSWORD=b -e SERVER_REGIONS=Poland --name gluetun qmcgaw/gluetun:v3.34.1
does work for me (same version Running version v3.34.1 built on 2023-05-22T06:02:37.334Z (commit 6d48f9c)
), so I'm not sure what's going in your logs for v3.34.x images.
Wiki got updated 👍
Thank you, going back to the latest version with Server_Countries as the parameter, it worked! Thank you also for the quick reply and editing on the wiki :)
Fixed retro-compatibility in 4a0f9c36ba2aa5055f16f2444cc83c66521e7c48
Is this urgent?
No
Host OS
Ubuntu
CPU arch
x86_64
VPN service provider
NordVPN
What are you using to run the container
docker-compose
What is the version of Gluetun
Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)
What's the problem 🤔
Server regions specified is not valid after latest update.
Share your logs
Share your configuration