Skip to content
Discussion options

You must be logged in to vote

Okay I figured it out. It was the spaces between the different PIA servers that kept throwing that error. On a side note: I switched my credentials to a file, but was getting a special character error using this example from your link:

$ docker run --cap-add=NET_ADMIN -d
-v /your/storage/path/:/data
-v ./openvpn-credentials.txt:/config/openvpn-credentials.txt
-e OPENVPN_PROVIDER=PIA
-e OPENVPN_CONFIG=france
-e OPENVPN_USERNAME=None
-e OPENVPN_PASSWORD=None
-e LOCAL_NETWORK=192.168.0.0/16
--log-driver json-file
--log-opt max-size=10m
-p 9091:9091
haugene/transmission-openvpn

for the credentials, I was able to solve it by removing the relative path "./openvpn-credentials.txt" and…

Replies: 3 comments 2 replies

Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@pkishino
Comment options

pkishino Mar 6, 2023
Collaborator

@begunfx
Comment options

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