Replies: 1 comment
-
did you took a look at #202 ? |
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
-
Hi there. Wondering if you could help.
Running this script on Synology DS415+
docker run
--name vpn
--cap-add=NET_ADMIN
--cap-add=NET_RAW
-e PUID=1026
-e PGID=100
-e USER=[email adress]
-e PASS=[password]
-e DNS=8.8.8.8,8.8.4.4
-e TECHNOLOGY=NordLynx
-e NETWORK=192.168.3.0/24
-p 8080:8080
ghcr.io/bubuntux/nordvpn
Just confirming [] is removed and replaced with real creditentials of my account. I have 2FA disabled on my NordVPN account too.
Look at the log, eveything is fine until it tries to login to the account. The container log says:
When i log into the container itself, and try using nordvpn login, logout, commands it comes up with this error:
Any ideas how to troubleshoot?
Thanks again!
Dave
Beta Was this translation helpful? Give feedback.
All reactions