-
This is my setup:
Inside my folder: The Skate.ovpn has this; I am showing only the relevant parts: (notice the remote part)
When I run the above command, this is the error I get: Cannot resolve host address: skate.whatbox.ca:/etc/openvpn/custom/1194 (Servname not supported for ai_socktype) Notice that it's trying to access: skate.whatbox.ca**:/etc/openvpn/custom/**1194, it is injecting this into the host address for some reason. After running the command, when I reopen Skate.ovpn, it has now been changed to:
It modified my opvn file and injected that text into the remote. Is this a bug, or something wrong with my setup? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
change your mount to: |
Beta Was this translation helpful? Give feedback.
change your mount to:
-v ${PWD}/config/vpn/Skate.ovpn:/etc/openvpn/custom/default.ovpn
instead and try