ooni / minivpn

A minimalistic OpenVPN implementation in Go
GNU General Public License v3.0
38 stars 6 forks source link

add optional Event channel to the Client #16

Closed ainghazal closed 1 year ago

ainghazal commented 2 years ago

While being used from probe-cli, it would be very useful to be able to quickly see at which stage in a connection the client bootstrap has been left - either after a failure, timeout or regular operation.

@bassosimone suggested something along these lines:

ainghazal commented 1 year ago

this was implemented in #29