-
Hello PIA seems very slow (especially in upload) but is seems that some server are better than others. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey 👋 Yes, this is possible. You can use the The valid config options are not listed anywhere because we actually pull the latest configs from PIA when you start the container, so we don't know the names up-front. But if you try to start it with an invalid config name it will list the ones it found so you can choose one of them. For example, I just ran:
You can also list multiple servers and one will be randomly selected on startup. Ie: |
Beta Was this translation helpful? Give feedback.
Hey 👋 Yes, this is possible. You can use the
OPENVPN_CONFIG
environment variable for this. It is described in the config section of the documentation: https://haugene.github.io/docker-transmission-openvpn/config-options/#network_configuration_optionsThe valid config options are not listed anywhere because we actually pull the latest configs from PIA when you start the container, so we don't know the names up-front. But if you try to start it with an invalid config name it will list the ones it found so you can choose one of them.
For example, I just ran:
docker run --rm -it -e OPENVPN_PROVIDER=pia -e OPENVPN_USERNAME=dummy -e OPENVPN_PASSWORD=dummy -e OPENVPN_CONFIG=dummy haugene/transmi…