Feature request: add IV_UI_VER in audit log

Hello,

Right now the Pritunl Server doesn’t add to the audit log the IV_UI_VER as described in https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/ to the audit log.
Can we add it to the audit log if the version is provided ?

Right now the Pritunl Client doesn’t add any information about the client version.
Can we add the IV_UI_VER variable propagated when the Pritunl Client connect to the Pritunl Server ?

I have added IV_VER to the code base, it will need some testing before it is pushed to the repo. Then it will be included in the next release.

1 Like

Hello,

I was looking more on the Pritunl electron client version rather than the OpenVPN client version

See a draft PR to apply the feature on Pritunl electron client feat: add IV_UI_VER for the client by jd-hatzenbuhler · Pull Request #96 · pritunl/pritunl-client-electron · GitHub

That variable is the version for the Android and iOS app, it isn’t set in the OpenVPN used in the Pritunl Client.

For the Pritunl Client version I have added variables to the OpenVPN configuration and the web request data for WireGuard connections. This will be included in the next client release. It will still also need to be completed on the server.