-
In docker compose, I've tried leaving the config blank and also tried putting "US" in it, but honestly I'm not sure what do to either way. I'm also not positive that I'm doing env variables correctly (for USERNAME and PASSWORD) but it doesn't seem that the logs are complaining about my credentials, so I suppose it's alright. Logs tell me to "remember not to specify an .ovpn" but I'm not specifying one. Logs:
docker compose:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
I have tried running it with the config blank, as Starting OpenVPN seems to suggest is ok to do for NordVPN, but I'm not able to connect. I have hard-coded the username/password into the docker-compose.yml, still I cannot get this to start. docker-compose.yml
Logs:
|
Beta Was this translation helpful? Give feedback.
-
hi your problem is a dns problem ( WARNING: initial DNS resolution test failed). you could try to set the dns in the compose file, |
Beta Was this translation helpful? Give feedback.
hi
your problem is a dns problem ( WARNING: initial DNS resolution test failed). you could try to set the dns in the compose file,