Open moglifreitag opened 9 months ago
I just downloaded https://privadovpn.com/apps/ovpn_configs.zip and the Zurich servers go from 005 to 008, there is no 009 etc. as you suggest 🤔
True. Privado changed again the hostnames, back to zrh-00(5-8).vpn.privado.io. See https://github.com/qdm12/gluetun/discussions/2117
The current servers.json is up to date, at least for Privado Switzerland. I can try to reproduce it by replacing the servers.json with an older one, i.e. from commit 8a17cd8 to see if it updates from zrh-00(1-4) to zrh-00(5-8) .... will do it this weekend.
No need to manipulate servers.json manually... hostnames for Zurich changed again. At the moment the following are included in the Privado config file zrh-009.vpn.privado.io zrh-010.vpn.privado.io
Expected update: from zrh-00(5-8) to zrh-0(09-10)
Periodically update did not work (with UPDATER_MIN_RATIO=0.1), servers.json is unchanged.
Manual update works with docker run --rm -v /yourpath:/gluetun qmcgaw/gluetun update -enduser -providers privado -minratio 0.1 -> servers.json includes only zrh-0(09-10)
Slightly off-topic: Again, these VPN server (zrh-0(09-10)) are not in Switzerland, see also discussion https://github.com/qdm12/gluetun/discussions/2117
And zrh-00(5-8) can still be used even it is not listed in the Privado config file anymore...
auto update still not working
servers.json: zrh-00(5-8) Privado: zrh-009
I can't possibly handle manually servers. Then these servers will disappear, so a maintainer will have to re-edit hardcoded values in the code, there is no point doing this. Find a reliable source for servers data, since their openvpn zip file https://privadovpn.com/apps/ovpn_configs.zip is unreliable, or ask their support to setup a reliable list of (working) hostnames (ideally with country, region, city). Also in the worst case, for the time being, you can set the field "keep": true
in your servers.json for servers you want to keep even after updates/merging of servers. Not a good practice to do though, the right way is to find a reliable source for servers data.
Is this urgent?
No
Host OS
No response
CPU arch
None
VPN service provider
Privado
What are you using to run the container
docker-compose
What is the version of Gluetun
Running version latest built on 2024-02-14T07:39:38.933Z (commit 423a5c3)
What's the problem 🤔
There are new hostnames for Privado VPN server in "Switzerland" based on https://privadovpn.com/apps/ovpn_configs.zip zrh-0(09-12).vpn.privado.io
Current servers.json includes zrh-00(5-8).vpn.privado.io
Activated periodically update with UPDATER_PERIOD=5m and it runs without an error. But servers.json remains unchanged. Also tried UPDATER_MIN_RATIO=0.1 (beside the default 0.8)
Manual update works with docker run --rm -v /yourpath:/gluetun qmcgaw/gluetun update -enduser -providers privado
Share your logs (at least 10 lines)
Share your configuration
No response