OpenVPN Protocol
Last updated
Was this helpful?
Last updated
Was this helpful?
OpenVPN is a widely-used VPN protocol that provides secure and reliable connections.
To start using it, set the Protocol field to the OpenVpn
value from the Core.Model.Enums.Protocol enum
when .
When changing the VPN protocol, it's important to call the GetLocations
and GetCredentials
methods before invoking startVPN. This is necessary because by calling GetLocations
and GetCredentials
after changing the protocol and before starting the VPN, you ensure that your application has the necessary information (available nodes) and authentication details (credentials) to successfully establish a VPN connection using the desired protocol.