openvpnserv2
openvpnserv2 copied to clipboard
OpenVPN service rewrite
This can be used to provide an alternative reg path to where to look for configuration, instead of the default hardcoded `HKLM\Software\OpenVPN` Use by changing the settings on the ImagePath...
Is there any specific reason behind not trying to use sane fallback values if registry values is missing? I could think that this is a good thing if one wants...
The service is installed by MSI Wix script, no need to do it here.
Instead of having version number in multiple places, keep it in one place and generate AssemblyInfo.cs on the fly.
Instead of starting openvpn process directly: - connect to interactive service pipe - send startup info - read openvpn process pid
Separate business logic from the service host to be able to run as a standalone app.
I have a Surface Laptop 7 and while trying to get rid of any non-arm64 native apps I've noticed even OpenVPN 2.6.17 here installed from the arm64 installer is actually...
The main issue now is that `openvpnserv2` starts after install, but usually fails to start on reboot. Event log has no NRPT-related entry, the record just states: > Error Service...