Cezar Lungu
Cezar Lungu
I read in the comments that you wanted to avoid reloading firewalld but we need it in order to read the new openvpn service. I hope this isn't a problem....
Some distros like Centos and Fedora use a different directory for server and client configuration. It is cleaner if we do the same for all distros.
See https://github.com/angristan/openvpn-install/issues/652#issuecomment-650372450 Fix #652
OpenVPN 2.5 added support for client-specific tls-crypt keys (`--tls-crypt-v2`) which in case of the compromise of a client only that client's pre-shared key would be affected. What we do currently...
Openvpn 2.4 uses by default two directories `client` and `server` to separate the openvpn configuration. We now move to this behavior and patch distros with openvpn 2.3 to use the...
Every hour a renegotiation can cause custom configurations to fail because of a necessary input of the credentials. `auth-gen-token` option prevents this. From the OpenVPN manual: > The purpose of...
Waiting for https://github.com/sourcerer-io/hall-of-fame/issues/47 for an official naming.
Asking for the client name in `installQuestions()` doesn't block the script waiting for user input after he confirms the other questions and the installation starts as it happens now. Blocked...
The current manifest use the default `android:allowBackup=true` and it's not secure. The app has an import export functionality anyway and we should use that. I didn't tested if doing an...