Skip to content
Discussion options

You must be logged in to vote

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_options

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: docker run --rm -it -e OPENVPN_PROVIDER=pia -e OPENVPN_USERNAME=dummy -e OPENVPN_PASSWORD=dummy -e OPENVPN_CONFIG=dummy haugene/transmi…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ethgrim
Comment options

@pkishino
Comment options

@haugene
Comment options

Answer selected by pkishino
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants