You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i start the container, active.ovpn symlink is replaced by an actual file with the same name.
-rw-rw-r-- 1 nobody users 3169 Oct 1 09:24 active.ovpn
lrwxrwxrwx 1 nobody users 34 Oct 1 08:03 ca.rsa.2048.crt -> ../vpn-conf/active/ca.rsa.2048.crt
-rwxrwxr-x 1 nobody users 20 Oct 1 09:24 credentials.conf*
lrwxrwxrwx 1 nobody users 35 Oct 1 08:03 crl.rsa.2048.pem -> ../vpn-conf/active/crl.rsa.2048.pem
I'm not sure exactly where this is occurring within the scripts. I suspected dos2unix.sh but that only has a conditional mv operation which i believe would replace the file. I have confirmed my .ovpn files are unix safe.
The text was updated successfully, but these errors were encountered:
I use symlinks from within the config directory to quickly change VPN servers as required.
Prior to starting the container, i have the following setup.
When i start the container, active.ovpn symlink is replaced by an actual file with the same name.
I'm not sure exactly where this is occurring within the scripts. I suspected dos2unix.sh but that only has a conditional mv operation which i believe would replace the file. I have confirmed my .ovpn files are unix safe.
The text was updated successfully, but these errors were encountered: