Cannot specify server/region on PIA #2552
Replies: 1 comment
-
I genuinely don't know what changed since yesterday, but it's working fine now. Maybe I wasn't restarting the container properly? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to setup Gluetun with private internet access at the moment. My container seems to be connecting to a PIA server correctly, but seems to be completely random as to which one it connects to.
The setup page lists
SERVER_REGIONS
,SERVER_NAMES
,SERVER_HOSTNAMES
as ways of specifying a specific server to connect to.They specifically give
SERVER_REGIONS=Netherlands
as an example. I try this, it connects me to Douglas instead, another time, Baltimore.I've tried various other regions, and combinations of names and hostnames (as returned by
sudo docker run --rm -v ./gluetun:/gluetun qmcgaw/gluetun format-servers -private-internet-access
, which should give the full list of available servers), but it never connects me to the server I'm trying to specify.Does anyone know if this is a bug, or if I'm doing something wrong in my setup?
I'm running on Ubuntu 24.04.1 LTS, x86_64
Running version latest built on 2024-10-28T09:25:35.847Z (commit f1f3472)
Using this compose file:
Beta Was this translation helpful? Give feedback.
All reactions