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
vopono overrides the OpenVPN auth to a hardcoded value for some reason: --auth-user-pass /home/.../.config/vopono/proton/openvpn/auth.txt precluding the use of auth-user-pass in the config
It keeps changing the permissions of that file and every time it starts up it prints the message:
1712524542.815358 40 WARNING: file '/home/.../.config/vopono/proton/openvpn/auth.txt' is group or others accessible
but it did that itself... if I change the file to 600:
was to avoid having to enter the password every time, across all OpenVPN providers. The other issue is that we can't pass the stdin and read back the stdout directly, since we ultimately want it to run in the background. So we'd need to read OpenVPN's stdout to see if it asks for the password and communicate that back - I'm not sure if it's really worth the extra complexity.
Two problems:
--auth-user-pass /home/.../.config/vopono/proton/openvpn/auth.txt
precluding the use of auth-user-pass in the configbut it did that itself... if I change the file to 600:
then run vopono...
it keeps changing it back to:
The text was updated successfully, but these errors were encountered: