0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/client
James Yonan 085836cea9 ovpn3 client: support a new client event containing the data from TunBuilderCapture::to_json()
The event is of type INFO_JSON and is formatted:

  TUN_BUILDER_CAPTURE:{...}

This info is useful to determine the properties of a
VPN client session such as VPN IPs, Gateway IPs,
and DNS resolvers, and can be directly used as
a VPN Connection Profile.

This patch also adds the

  cli --tbc <file>

option to write the TunBuilderCapture JSON to a file.

Signed-off-by: James Yonan <james@openvpn.net>
2022-05-13 19:09:09 -06:00
..
CMakeLists.txt cmake: create findswigdeps to reduce code duplication 2022-03-16 13:02:19 +01:00
ovpncli.cpp ovpn3 client: support a new client event containing the data from TunBuilderCapture::to_json() 2022-05-13 19:09:09 -06:00
ovpncli.hpp ovpn3 client: support a new client event containing the data from TunBuilderCapture::to_json() 2022-05-13 19:09:09 -06:00
ovpncli.i Add building ovpncli swig library to cmake build 2021-12-15 13:05:14 +01:00