Registry / networking / openvpn3

openvpn3

JSON →
library3.7.0vcpkgunverified

A C++ class library that implements the functionality of an OpenVPN client, protocol-compatible with OpenVPN 2.x.

vcpkg install openvpn3
INSTALL
IMPORT
SIG · OPENVPN3
O
openvpn3
networkingcppv3.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

openvpn/client/client.hpp
#include <openvpn/client/client.hpp>

Configure an OpenVPN client

#include <openvpn/client/client.hpp> int main() { openvpn::ClientAPI::Config config; config.server = "vpn.example.com"; config.proto = "udp"; return 0; }
Debug
Known issues
gotchaRequires OpenSSL and other dependencies; may need specific build flags.
fix
Ensure all dependencies (OpenSSL, LZ4, etc.) are installed and linked.
affects: *
Upgrade
Version history
3.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
Resources

No resource links recorded.

openvpn3 — pip install openvpn3 · libregistry